Fix menu button on regular browsers sized narrowly

This commit is contained in:
Geoffrey Booth
2016-12-16 00:05:24 -08:00
parent 0aa3166709
commit 47bd5aca58
2 changed files with 10 additions and 2 deletions

View File

@@ -51,11 +51,15 @@ svg {
}
/* Adapted from https://codepen.io/GeoffreyBooth/pen/QGzwYK */
.navbar-menu-button {
.navbar-menu-button,
.navbar-menu-button:focus {
float: right;
width: 2.3em;
padding: 0;
margin-top: 0.25em;
background: transparent;
border: 0;
outline: 0;
}
.menu-button {
width: 2em;

View File

@@ -33,11 +33,15 @@ svg {
}
/* Adapted from https://codepen.io/GeoffreyBooth/pen/QGzwYK */
.navbar-menu-button {
.navbar-menu-button,
.navbar-menu-button:focus {
float: right;
width: 2.3em;
padding: 0;
margin-top: 0.25em;
background: transparent;
border: 0;
outline: 0;
}
.menu-button {
width: 2em;