From 19c3e86a1c08a6c7b5c4a3da3a06e95b4497a796 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sat, 1 Apr 2017 17:40:30 +0200 Subject: [PATCH] Make header font sizes relative --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 592f9be..fde7e69 100644 --- a/static/css/style.css +++ b/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;