pulled navbar brand left on mobile

This commit is contained in:
Guy Lepage
2017-02-26 20:06:10 -05:00
parent cd028ccf4b
commit a397b7c763

View File

@@ -104,6 +104,7 @@ h1.hero-head{font-family:'Source Code Pro',monospace;margin-bottom:1.5rem;font-s
.hero-lead{font-family:'Source Code Pro',monospace;font-size:0.8125rem;text-align:center;margin-bottom:2rem;}
/* Navbar */
.nav-header{width:100%;}
.navbar{font-family:'Source Code Pro',monospace;padding-top:0.4375rem;padding-bottom:0.5625rem;padding-right:0;padding-left:0;}
.navbar-brand{margin-right:0px;}
.navbar-brand img{width:164px;position:fixed;bottom:13%;z-index:2000;margin:0 auto;left:0;right:0;}
@@ -144,11 +145,8 @@ h2.action-title{margin-bottom:35px;font-size:30px;line-height:42px;font-weight:3
.hero-btn{padding-left:0;}
/* Navbar */
.navbar,.navbar-nav{display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
}
.nav-header{width:unset;}
.navbar,.navbar-nav{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.navbar{line-height:26px;}
.brand-bug{display:none;}
.navbar-brand{margin-right:2.5rem;margin-top:0.25rem;}
@@ -172,7 +170,7 @@ h2.action-title{margin-bottom:35px;font-size:30px;line-height:42px;font-weight:3
@media (min-width:992px){
/* Max widths */
.container{width:975px;}
/*.container{width:975px;}*/
/* Globals */
h1.hero-head{font-size:2.25rem;}