diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index da16c9c..78106d4 100644 --- a/src/App.css +++ b/src/App.css @@ -2,6 +2,9 @@ text-align: center; padding-bottom: 2rem; padding-top: 1rem; + width: 90%; + margin-left: auto; + margin-right: auto; } .Section { |