Client - fix privacy policy message style on dashboard

This commit is contained in:
Sam 2023-04-12 13:52:06 +02:00
parent 8a7cb71923
commit b29ed7a31d

View File

@ -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>