Skip to content

Commit 358b628

Browse files
committed
fix extraneous white space to right of screen on mobile
1 parent 1cde637 commit 358b628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/templates/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
html, body {
1010
background-color: #473845;
1111
color: #fcf6de;
12-
margin: 2em;
12+
margin: 0.3em;
1313
font-family: "helvetica", "sans-serif";
14+
overflow-x: hidden;
1415
}
1516
body {
1617
max-width: 768px;
17-
margin: auto;
18+
margin: 0 auto;
1819
}
1920
p {
2021
line-height: 2;

0 commit comments

Comments
 (0)