Move logo to center on mobile

This commit is contained in:
Alex Gleason
2021-09-26 12:11:54 -05:00
parent 209da02b9f
commit 1bf5021cfc

View File

@ -282,6 +282,15 @@
&:hover {
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,