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
...
 
@@ -369,7 +369,7 @@ footer .footer-copy {
 

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

	
0 comments (0 inline, 0 general)