From 86c970e1ecbe8a0c4c2e4c6dc12b38d03a4cc3cd Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 7 Dec 2015 21:19:30 +0100 Subject: style: center menu and make title smaller --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2481dec..2639ba2 100644 --- a/style.css +++ b/style.css @@ -24,8 +24,8 @@ table tr:hover td { background-color: #ddd; } -h1 { - font-size: 140%; +h1, h2, h3, h4, h5, h6 { + font-size: 100%; } .desc { -- cgit v1.2.3