Browse Source

Make some more font sizes relative

master
Schneider 7 years ago
parent
commit
6d1e445317
  1. 12
      static/css/style.css

12
static/css/style.css

@ -204,14 +204,14 @@ em, i { font-style: italic; }
display: inline-block; display: inline-block;
line-height: 100%; line-height: 100%;
font-weight: 500; font-weight: 500;
font-size: 19px;
font-size: 119%;
margin: 0; margin: 0;
padding-bottom: 20px; padding-bottom: 20px;
} }
.description { .description {
float: right; float: right;
font: italic 14px/1.4em Georgia,serif;
font: italic 87.5%/1.4em Georgia,serif;
color: #aaa; color: #aaa;
} }
@ -224,7 +224,7 @@ em, i { font-style: italic; }
} }
.home h2 { .home h2 {
font: italic 19px/1.3em Georgia,serif;
font: italic 119%/1.3em Georgia,serif;
color: #bbb; color: #bbb;
} }
@ -241,7 +241,7 @@ em, i { font-style: italic; }
.post h2 { .post h2 {
margin-bottom: 40px; margin-bottom: 40px;
font: 300 24px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font: 300 150%/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #111; color: #111;
} }
@ -272,7 +272,7 @@ h4 { font-size:100%; font-weight:bold; }
h5 { font-size:93%; font-weight: bold; } h5 { font-size:93%; font-weight: bold; }
h6 { h6 {
font-size: 13px;
font-size: 81.25%;
font-weight: bold; font-weight: bold;
color: #666; color: #666;
margin-bottom: 6px; margin-bottom: 6px;
@ -280,7 +280,7 @@ h6 {
p.small { p.small {
color: #bbb; color: #bbb;
font-size: 14px;
font-size: 87.5%;
line-height: 1.5; line-height: 1.5;
display: block; display: block;
text-align: center; text-align: center;

Loading…
Cancel
Save