slight css formatting changes

This commit is contained in:
Lynne Megido 2019-05-02 17:31:57 +10:00
parent cb01085856
commit 82030aebb3

View File

@ -1,8 +1,8 @@
body { body {
font-family: sans-serif; font-family: sans-serif;
color: #333; color: #333;
background-color:#eee; background-color: #eee;
font-size:1.1em; font-size: 1.1em;
} }
a { a {
color: #777; color: #777;
@ -16,13 +16,13 @@ article, footer {
max-width: 1000px; max-width: 1000px;
min-width: 400px; min-width: 400px;
margin: 0 auto; margin: 0 auto;
line-height:1.4em; line-height: 1.4em;
} }
h1 { h1 {
text-align: center; text-align: center;
font-size: 3em; font-size: 3em;
font-weight: 200; font-weight: 200;
font-family:serif; font-family: serif;
} }
ul { ul {
list-style-type: none; list-style-type: none;
@ -31,5 +31,5 @@ ul.compact {
padding: 0; padding: 0;
} }
ul li { ul li {
margin-top:5px; margin-top: 5px;
} }