From e6e3de5b91a94a4d1bfc4902cf265cc4cd8c1b91 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 10 Jan 2021 20:04:15 +0000 Subject: [PATCH] Cleaning --- index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 99d35cd..64cbe0b 100644 --- a/index.css +++ b/index.css @@ -25,8 +25,12 @@ section { scroll-margin-top: 100px; } @media (max-width: 600px) { - header { height: 130px; } - section { scroll-margin-top: 130px; } + header { + height: 130px; + } + section { + scroll-margin-top: 130px; + } } section:nth-child(even) { background: #f8f8f8;