Browse Source

smaller width of the texts

master
mb 5 years ago
parent
commit
bef7d0ebb3
  1. 4
      styles.css

4
styles.css

@ -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;}
Loading…
Cancel
Save