diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 13:19:23 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 13:19:23 -0500 |
commit | 7c3d8b98e6331169883cee2d66b7d31e7230f496 (patch) | |
tree | 242254a7ee798b42a84f344c25d8e512a793e73f /src/App.css | |
parent | 24aef8d70f7602ab241f75e38baf8df028378b7d (diff) |
add some fancier styling with better labels
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 0f57d9d..da16c9c 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ .App { text-align: center; + padding-bottom: 2rem; + padding-top: 1rem; } .Section { |