Skip to content

Commit

Permalink
Unhide mobile nav menu
Browse files Browse the repository at this point in the history
Does as it says on the tin!
  • Loading branch information
anthonylavado committed Jan 24, 2019
1 parent 958e6df commit 4174495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Expand Up @@ -750,7 +750,7 @@ select {

.navbar__logo {
font-size: 2rem;
/* font-size: 1.325rem; */
font-size: 1.325rem;
font-family: "Quicksand", sans-serif;
transition: 0;
color: #fff;
Expand Down Expand Up @@ -796,8 +796,8 @@ font-size: 2rem;
transform: scaleX(1); } }

.navbar__menu-mob {
/*TODO - UNHIDE WHEN CONTENT AVAILABLE */
display: none; }

display: block; }
.navbar__menu-mob--noMob {
display: none; }
@media (min-width: 992px) {
Expand Down

0 comments on commit 4174495

Please sign in to comment.