Changeset - 9fc81a618895
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2017-08-13 02:02:32
chrisjrn@gmail.com
Tidies up the homepage a bit
2 files changed with 15 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -21,4 +21,6 @@
 

	
 
      <h1>North Bay Python</h1>
 
      <h2>A Python conference north of the Golden Gate</h2>
 
      <div class="tight-headings">
 
        <h1>North Bay Python</h1>
 
        <h3>A Python conference north of the Golden Gate</h3>
 
      </div>
 

	
...
 
@@ -26,4 +28,6 @@
 
        <h3>Petaluma, California</h3>
 
        <h4><strong>2017 conference:</strong> 2 &amp; 3 December</h4>
 
        <h4>Talk submissions close 29 September</h4>
 
        <h4>
 
          <strong>2017 conference:</strong> 2 &amp; 3 December <br/>
 
          Talk submissions close 29 September
 
        </h4>
 

	
static/scss/custom.scss
Show inline comments
...
 
@@ -150,2 +150,9 @@ body.reviews.voting-status {
 

	
 
.tight-headings {
 

	
 
  h1, h2, h3, h4, h5, h6 {
 
    margin: 0;
 
  }
 

	
 
}
 

	
0 comments (0 inline, 0 general)