Skip to content

Commit 6bc98f8

Browse files
committed
offline.css: Add vertical margin to header and footer.
This should make a visible difference only for the top margin of the footer. Signed-off-by: Ulrich Müller <[email protected]>
1 parent 0e002d1 commit 6bc98f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010

1111
header, footer {
1212
padding: 0.75em 1em;
13-
margin: 0;
13+
margin: 1em 0;
1414
background-color: #e1e1e1;
1515
}
1616

0 commit comments

Comments
 (0)