Skip to content

Commit

Permalink
adapting font sizes for longer locales
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Mar 18, 2011
1 parent 19e9591 commit c3c2630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ polygon {
.rtl .masthead h1 {
right: 40px;
}
[lang=de] h1,
[lang=es] h1 {
font-size: 35px;
}
h1, #bigcounter {
text-shadow: -5px 0 14px rgba(240,240,255,.5),
5px 0 14px rgba(240,240,255,.5);
Expand Down

0 comments on commit c3c2630

Please sign in to comment.