Skip to content

Commit e3e2140

Browse files
committed
Add 10em padding at bottom of page
1 parent 612b79d commit e3e2140

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
--secondary-color-3-bg: #eefcff;
1818
}
1919

20+
body {
21+
padding-bottom: 10em;
22+
}
23+
2024
h1,
2125
h2,
2226
h3,

0 commit comments

Comments
 (0)