Use standard fonts and center layout

This commit is contained in:
Simon Eisenmann 2017-05-22 14:31:59 +02:00
parent 5493cf644f
commit a352cb2c2e
1 changed files with 8 additions and 2 deletions

View File

@ -3,9 +3,15 @@ html, body, ul, ol, li, form, fieldset, legend {
padding: 0;
}
body {
font-family: Ubuntu, Verdana, Tahoma, sans-serif;
font-family: Arial, Helvetica, sans-serif;
background: white;
}
#main {
margin: 0 auto;
width: 700px;
}
input {
padding: 4px;
border: solid 1px #E5E5E5;