Fix centering problem
This commit is contained in:
parent
5d7228cf52
commit
65c5884c7f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user