Fix centering problem

master
rnhmjoj 2015-04-08 13:07:56 +02:00
parent 5d7228cf52
commit 65c5884c7f
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,14 @@
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
html, body {overflow: auto}
html, body {overflow: auto, box-sizing: border-box}
body, input {font-size: 1.1em;}
body {
background-color: rgb(24,27,32);
color: rgb(155,144,129);
font-family: Inconsolata;
width: 100%;
height: 100%;
margin: 0;
margin-top: 1em;
}
#container {
@ -29,10 +28,12 @@ body {
#center {
display: inline-block;
text-align:left;
margin-top: -2em;
}
h1 {
margin: 1em;
display: inline;
padding: 1em;
font-size: 1.8em;
font-weight: 700;
color: rgb(81,94,102);