From 82030aebb300f1d92c2f4e3671d153298cf43d92 Mon Sep 17 00:00:00 2001 From: Lynne Lawson Date: Thu, 2 May 2019 17:31:57 +1000 Subject: [PATCH] slight css formatting changes --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 6e65e5b..1ca6b67 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ body { font-family: sans-serif; color: #333; - background-color:#eee; - font-size:1.1em; + background-color: #eee; + font-size: 1.1em; } a { color: #777; @@ -16,13 +16,13 @@ article, footer { max-width: 1000px; min-width: 400px; margin: 0 auto; - line-height:1.4em; + line-height: 1.4em; } h1 { text-align: center; font-size: 3em; font-weight: 200; - font-family:serif; + font-family: serif; } ul { list-style-type: none; @@ -31,5 +31,5 @@ ul.compact { padding: 0; } ul li { - margin-top:5px; + margin-top: 5px; }