mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 04:05:21 +08:00
pulled navbar brand left on mobile
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user