mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change margin on small screens
This commit is contained in:
parent
6858fa58ab
commit
50e5a4e8aa
@ -350,6 +350,11 @@ export default {
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background-color: #f5f4f6;
|
background-color: #f5f4f6;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 656px) {
|
||||||
|
.filterButtonMenu {
|
||||||
|
margin-top: -50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
#my-filter {
|
#my-filter {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
|
box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user