From 5c8e359696b05bbd52a13a908c8aa6e4e1bbe5b9 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 24 Jul 2020 17:10:15 +0200 Subject: Cleaning home page --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 69023c3..dcacff8 100644 --- a/style.css +++ b/style.css @@ -13,3 +13,17 @@ a { color: #1E88E5; text-decoration: none; } + +td, th { + padding: 2px; +} + +div#page-wrapper { + margin-left: 30px; + margin-right: 30px; +} + +h1 { + text-align: center; + text-decoration: underline; +} -- cgit