Changeset - f7ee03e1402c
[Not reviewed]
Merge
0 7 0
Josh Simmons - 7 years ago 2017-08-21 01:07:52
joshuasimmons@google.com
Merge pull request #73 from northbaypython/josh/design

less padding for the padding throne
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -360,25 +360,25 @@ 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;
 
    padding: 15px 7px;
 
  }
 
}
 

	
 
@media (max-width: 550px) {
 

	
 
}
 

	
 
@media (min-width: 992px) {
 
  .email-signup-panel {
 
    margin-top: 22px;
 
  }
 
}
0 comments (0 inline, 0 general)