Skip to content

Commit

Permalink
removed excess padding on posts; fixed mispositioned h1 tags in suppo…
Browse files Browse the repository at this point in the history
…rters section
  • Loading branch information
jpvelez committed Apr 7, 2014
1 parent 41f4ea9 commit 2203107
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _posts/2008-12-23-transit-future-supporters.md
@@ -1,7 +1,7 @@
---
published: true
layout: fullpage
pagetype: quote map
pagetype: quote black
bgcolor: FFFFFF
section: supporters
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2008-12-30-your-la.html
Expand Up @@ -2,7 +2,7 @@
layout: fullpage
title: null
image: lamap
pagetype: quote map
pagetype: quote black
published: true
bgcolor: FF8000
section: funding
Expand Down
4 changes: 2 additions & 2 deletions _posts/2013-12-01-features.html
Expand Up @@ -9,7 +9,7 @@
---

## It has too many gaps, so it's hard to get around Chicagoland.

<br>
## It doesn't connect enough people to job centers.

<br>
## In too many places, driving is the only way to go—that means more traffic and pollution.
12 changes: 10 additions & 2 deletions css/screen.css
Expand Up @@ -344,7 +344,7 @@ input[type="text"] {
box-sizing: border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
padding-bottom:400px;
padding-bottom:100px;
}

.page.story{
Expand Down Expand Up @@ -393,7 +393,7 @@ input[type="text"] {
/*Add extra space to top of map slides.*/
/*This allows the map to transition before the project name comes up.*/
.page.quote.map{
padding-top:400px !important;
padding-top:400px;
}

/*Font on MAP BUFFER posts.*/
Expand All @@ -407,6 +407,14 @@ input[type="text"] {
margin-left: 300px;
}

/*Makes text black on non-map post with light backgrounds.*/
/*Like .map styles for header text, but without left margin that makes room for map projects.*/
.page.black h1,
.page.black h2,
.page.black h3{
color: black;
text-shadow: none;
}

.page.quote.region h1 {
font-size: 100px;
Expand Down

0 comments on commit 2203107

Please sign in to comment.