Skip to content

Commit 04d06e8

Browse files
author
José Valim
committed
Increase font-sizes, closes elixir-lang#853
1 parent 725f2ef commit 04d06e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ html {
3333
}
3434
body {
3535
margin: 0;
36-
font: 0.8125em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif; /* 13 / 16 = 0.8125; 22 / 13 = 1.692307 */
36+
font: 0.9em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
3737
color: #555;
3838
padding: 0;
3939
height: 100%;
@@ -487,7 +487,7 @@ iframe.video { border:0; }
487487
}
488488
#menu-primary li a {
489489
line-height: 1em;
490-
font-size: 14px;
490+
font-size: 1em;
491491
margin-left: 20px;
492492
display: block;
493493
text-transform: uppercase;

0 commit comments

Comments
 (0)