Skip to content

Commit

Permalink
Make h1's the same size
Browse files Browse the repository at this point in the history
  • Loading branch information
eddietejeda committed Feb 26, 2014
1 parent ea10377 commit ebb9b79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/screen.css
Expand Up @@ -7,6 +7,12 @@ body {
margin: 0;
}

h1{
font-size: 260%;
margin-bottom: 0;
}


h1, h2 {
text-align: center;
margin: 0 0 40px;
Expand All @@ -18,6 +24,9 @@ h2 {
margin: 10px 0;
}




form.form-stacked {
padding-left: 0;
margin-bottom: 0;
Expand Down

0 comments on commit ebb9b79

Please sign in to comment.