Update 'styles.css'

This commit is contained in:
rra 2019-05-08 13:29:51 +02:00
parent e72b06ef44
commit 5604859d5a

View File

@ -4,10 +4,12 @@ html{
} }
body{ body{
margin:1em; margin:1em;
background-color: rgb(255, 250, 250);
line-height: 1.3; line-height: 1.3;
font-size:20px;
} }
#welcome{ #welcome{
max-width: 600px; max-width: 80%;
margin:1em 0; margin:1em 0;
} }
table{ table{
@ -23,6 +25,6 @@ hr{
margin:2em 0 1em; margin:2em 0 1em;
} }
#footer{ #footer{
max-width: 600px; max-width: 80%;
font-size: smaller;
} }
.info{font-size: smaller;}