aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-31 19:54:36 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-31 19:54:36 -0400
commit2c5666633b749b2de6baca0fbd7c74f3a37c766e (patch)
tree68919049d1632579d1458e2462dfb6b9f8a69b08
parent13a6a396be4e5b5a2c042acfe6ab5366e66a357d (diff)
Add some padding at the bottom
-rw-r--r--src/App.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index ed19f40..a2f797f 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,5 +1,6 @@
.App {
text-align: center;
+ margin-bottom: 64px;
}
.App > header {