Skip to content

Commit efa4de4

Browse files
ninjaringmarijnh
authored andcommitted
add a little bit padding left & right in <article>
padding is 0.75em on both left and right to give some space/indent in mobile view
1 parent 6940551 commit efa4de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/css/ejs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
article {
2929
margin: 0 auto;
3030
max-width: 35em;
31-
padding: 2em 0 5em 0;
31+
padding: 2em 0.75em 5em 0.75em;
3232
position: relative;
3333
}
3434

@@ -383,4 +383,4 @@ td + td {
383383

384384
table {
385385
margin-left: 15px;
386-
}
386+
}

0 commit comments

Comments
 (0)