Fix centering problem

This commit is contained in:
rnhmjoj 2015-04-08 13:07:56 +02:00
parent 5d7228cf52
commit 65c5884c7f

View File

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