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{
margin:1em;
background-color: rgb(255, 250, 250);
line-height: 1.3;
font-size:20px;
}
#welcome{
max-width: 600px;
max-width: 80%;
margin:1em 0;
}
table{
@ -23,6 +25,6 @@ hr{
margin:2em 0 1em;
}
#footer{
max-width: 600px;
font-size: smaller;
max-width: 80%;
}
.info{font-size: smaller;}