mirror of
https://github.com/gabrielecirulli/2048.git
synced 2026-08-30 17:13:37 +08:00
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.
|
||||
# The following comment needs to be updated whenever a change is made.
|
||||
# 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
|
||||
index.html
|
||||
|
||||
+2
-2
@@ -594,8 +594,8 @@ hr {
|
||||
font-size: 15px; }
|
||||
|
||||
body {
|
||||
margin: 20px 0;
|
||||
padding: 0 20px; }
|
||||
margin-top: 0;
|
||||
padding: 20px; }
|
||||
|
||||
h1.title {
|
||||
font-size: 27px;
|
||||
|
||||
+2
-2
@@ -578,8 +578,8 @@ hr {
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 20px 0;
|
||||
padding: 0 20px;
|
||||
margin-top: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
h1.title {
|
||||
|
||||
Reference in New Issue
Block a user