From 1bcae3dfdba38ae00e76afde02d3750977c0c061 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Fri, 20 Dec 2024 20:00:56 -0600 Subject: [PATCH] fix: formating --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;