Changeset - 9ee51fff1740
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-18 05:58:31
i@joshuasimmons.name
fix nav spilling onto two lines issue
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -361,12 +361,19 @@ footer .footer-copy {
 
}
 

	
 
@media (max-width: 768px) {
 
  .navbar-nav.pull-right {
 
    float: left !important;
 
  }
 

	
 
}
 

	
 
@media (max-width: 992px) and (min-width: 768px) {
 
  .nav > li > a {
 
    padding: 15px 9px;
 
  }
 
}
 

	
 
@media (max-width: 550px) {
 

	
 
}
 

	
0 comments (0 inline, 0 general)