kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Move logo to center on mobile
rodzic
209da02b9f
commit
1bf5021cfc
|
@ -282,6 +282,15 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Move logo to center on mobile */
|
||||||
|
@media screen and (max-width: 450px) {
|
||||||
|
margin: 0 auto;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--no-highlight,
|
&--no-highlight,
|
||||||
|
|
Ładowanie…
Reference in New Issue