File diff bf5e1e6e6433 → fb3e1d6c1874
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) {
 

	
 
}
 

	
...
 
@@ -379,7 +386,8 @@ footer .footer-copy {
 
.homepage-subtitle {
 
  font-size: $font-size-h3;
 
}
 

	
 
.navbar-toggle {
 
  background-color: $gray-lighter;
 
  font-size: 10px;
 
}