mirror of https://github.com/mitchell/mjfs.us.git
Modified Navbar css to move the menu toggle button
on to same line as home button on mobile devices
This commit is contained in:
parent
11f82ea1c1
commit
7512bfc270
|
@ -13,7 +13,7 @@
|
||||||
color: white;
|
color: white;
|
||||||
float: right;
|
float: right;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 7px 5px 2px 100%;
|
margin: 7px 4px 2px 0;
|
||||||
padding: 5px 10px 5px 10px;
|
padding: 5px 10px 5px 10px;
|
||||||
transition: box-shadow 0.1s;
|
transition: box-shadow 0.1s;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -71,8 +71,9 @@
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin: 0 13.5%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 80%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
.navbar-menu-button {
|
.navbar-menu-button {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue