smaller width of the texts

This commit is contained in:
mb 2019-05-08 19:14:18 +02:00
parent cbb9bbce6c
commit bef7d0ebb3

View File

@ -9,7 +9,7 @@ body{
background-color: rgb(255, 250, 250);
}
#welcome{
max-width: 80%;
max-width: 600px;
margin:1em 0;
}
table{
@ -25,6 +25,6 @@ hr{
margin:2em 0 1em;
}
#footer{
max-width: 80%;
max-width: 600px;
}
.info{font-size: smaller;}