Start a navbar search section (this is foreshadowing)

This commit is contained in:
benjamin melançon 2018-12-12 18:26:25 -05:00
parent e814dc7383
commit 9ecea50d45

View file

@ -100,10 +100,6 @@
}
}
.navbar .ion-search {
font-size: 1.25em;
}
.navbar-menu {
@include mobile {
background-color: $dark;
@ -216,3 +212,10 @@ a.navbar-link:hover {
display: none;
}
}
// Navbar search
.navbar .ion-search {
font-size: 1.25em;
}