From 589979e5b09ad1872a437fd356c88fecd60a194e Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 24 Feb 2022 00:06:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20div=20->=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet-main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet-main.css b/stylesheet-main.css index dc18af2..2fdb2d4 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -550,7 +550,7 @@ a { /* Large */ @media (min-width: 992px) { - #content > div { + #content > section { padding: 50px 20%; }