Client - fix privacy policy message style on dashboard
This commit is contained in:
		@@ -136,7 +136,6 @@
 | 
			
		||||
    .privacy-policy-message {
 | 
			
		||||
      display: flex;
 | 
			
		||||
      justify-content: center;
 | 
			
		||||
      margin: 0 $default-margin*.5;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @media screen and (max-width: $medium-limit) {
 | 
			
		||||
@@ -188,5 +187,12 @@
 | 
			
		||||
        display: none;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    @media screen and (max-width: $small-limit) {
 | 
			
		||||
      .privacy-policy-message {
 | 
			
		||||
        margin: 0 $default-margin*.5;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user