Browse Source

Make header font sizes relative

master
Schneider 7 years ago
parent
commit
19c3e86a1c
  1. 6
      static/css/style.css

6
static/css/style.css

@ -263,9 +263,9 @@ h2.headline > a:first-letter { text-transform: capitalize; }
h3, h4, h5 { color:#333; }
h3 { font-size:20px; font-weight: 400; }
h4 { font-size:16px; font-weight:bold; }
h5 { font-size:15px; font-weight: bold; }
h3 { font-size:125%; font-weight: 400; }
h4 { font-size:100%; font-weight:bold; }
h5 { font-size:93%; font-weight: bold; }
h6 {
font-size: 13px;

Loading…
Cancel
Save