Changeset - e2ac56eb0059
[Not reviewed]
Merge
0 3 0
Josh Simmons - 7 years ago 2017-08-18 15:18:14
joshuasimmons@google.com
Merge pull request #66 from northbaypython/copy

stop nav from spilling onto two lines
2 files changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/about/team.html
Show inline comments
...
 
@@ -51,3 +51,3 @@ Our team of North Bay and Bay Area locals has years of experience building commu
 

	
 
<h2>Advisors</h2>
 
<h2>Advisors<a name="advisors"></a></h2>
 

	
static/scss/custom.scss
Show inline comments
...
 
@@ -366,2 +366,9 @@ footer .footer-copy {
 
  }
 

	
 
}
 

	
 
@media (max-width: 992px) and (min-width: 768px) {
 
  .nav > li > a {
 
    padding: 15px 9px;
 
  }
 
}
...
 
@@ -384,2 +391,3 @@ footer .footer-copy {
 
  background-color: $gray-lighter;
 
  font-size: 10px;
 
}
0 comments (0 inline, 0 general)