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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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,