From 003ec09826eb45465ae38b05536eea0782490f90 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Sat, 6 Jan 2024 17:33:50 +0800 Subject: [PATCH] Fix issue with margin on landing page --- config/pages/index/index.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pages/index/index.md b/config/pages/index/index.md index 99f02b9..0156410 100755 --- a/config/pages/index/index.md +++ b/config/pages/index/index.md @@ -57,7 +57,7 @@ } @media (max-width: 700px) { - #landing { + #heroouter, #landingbody { margin: 0; } } diff --git a/docs/index.html b/docs/index.html index 575128a..1b28014 100644 --- a/docs/index.html +++ b/docs/index.html @@ -99,7 +99,7 @@ } @media (max-width: 700px) { - #landing { + #heroouter, #landingbody { margin: 0; } }