Move logo to center on mobile
This commit is contained in:
parent
209da02b9f
commit
1bf5021cfc
1 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue