Skip to content

Commit

Permalink
fixed font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo Köhler committed Aug 15, 2014
1 parent 6555c11 commit 05abf08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/legend.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.rickshaw_legend {
font-family: Arial;
font-size: 12px;
font-size: 24px;
color: white;
background: #404040;
display: inline-block;
Expand Down
9 changes: 9 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ h1,h3,h4 {
text-align: center;
}

h2{
font-size: 55px;
margin-top: 0px;
}

h4{
font-size: 35px;
}

h2,h5{
font-weight:normal;
color: #64CD0E;
Expand Down

0 comments on commit 05abf08

Please sign in to comment.