fix spacing above body
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ CACHE MANIFEST
|
|||||||
# Adds the ability to play the game online.
|
# Adds the ability to play the game online.
|
||||||
# The following comment needs to be updated whenever a change is made.
|
# The following comment needs to be updated whenever a change is made.
|
||||||
# Run `rake appcache:update` to do so
|
# Run `rake appcache:update` to do so
|
||||||
# Updated: 2014-04-30T13:29:03+02:00
|
# Updated: 2014-05-06T16:24:26+02:00
|
||||||
|
|
||||||
# Main page
|
# Main page
|
||||||
index.html
|
index.html
|
||||||
|
|||||||
+2
-2
@@ -594,8 +594,8 @@ hr {
|
|||||||
font-size: 15px; }
|
font-size: 15px; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 20px 0;
|
margin-top: 0;
|
||||||
padding: 0 20px; }
|
padding: 20px; }
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
|
|||||||
+2
-2
@@ -578,8 +578,8 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 20px 0;
|
margin-top: 0;
|
||||||
padding: 0 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
|
|||||||
Reference in New Issue
Block a user