From cc7a91a6bad82e404d48e98f9062ef886fc58db4 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sat, 25 Apr 2020 20:17:26 +0200 Subject: Small changes to css to make google lighthouse happy --- css/base.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/css/base.css b/css/base.css index 697a33d..7233fad 100644 --- a/css/base.css +++ b/css/base.css @@ -1,20 +1,17 @@ body, html { - width: 100%; + width: 80%; height: 100%; } html { min-height:100%; position:relative - background-color: #fff; - font-size: 16px; - font-family: sans-serif; - line-height: 24px; + background-color: #fff; + font-family: sans-serif; + line-height: 24px; } body { color: #333; - font-size:16px; - margin:0px; - padding: 0; + font-size: 16px; } h1, h2, h3 { margin: 0px 0px 18px 0px; @@ -96,11 +93,12 @@ aside div img{ aside div nav ul li{ display: block; text-transform: lowercase; + margin: 2px 2px 2px 2px; } footer { - color:#999999; - font-size:12px; + color:#555555; + font-size:14px; text-align:center; height:4em; width:100%; @@ -112,7 +110,7 @@ footer a{ color: #111111; font-weight: bold; } -div#content { +body div#content { padding-left: 4%; } main a{ -- cgit 1.4.1