Remove smaller (less than 1em) scaling in search bar on mobile

This commit is contained in:
Matt-Yorkley
2020-05-02 11:27:04 +02:00
parent 07ac7dd9c7
commit ea06ec7ede

View File

@@ -63,8 +63,4 @@
position: sticky;
top: $mobile-nav-height;
}
@include breakpoint(mobile) {
font-size: 0.9em;
}
}