Client - fix privacy policy message style on dashboard
This commit is contained in:
parent
8a7cb71923
commit
b29ed7a31d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user