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