diff --git a/src/index.css b/src/index.css index 7bfb50b..881791a 100644 --- a/src/index.css +++ b/src/index.css @@ -34,6 +34,12 @@ section { padding: 80px 15px; } +section.centered { + max-width: 800px; + height: 100%; + margin: 0px auto; +} + svg { height: inherit; width: inherit; @@ -154,12 +160,6 @@ button:hover { background-color: #fff; } -section.centered { - max-width: 800px; - height: 100%; - margin: 0px auto; -} - footer { padding: 80px 15px; color: #fff;