From 075fa0b2a63563d49eb817495c5176e5d9eeebb0 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:39:51 +0100 Subject: [PATCH] padding mobile --- includes/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index a078690..ac12e70 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -95,8 +95,8 @@ footer { /* You may also want to adjust other elements to fit mobile layout better */ header, main, footer { min-width: 0; /* Allow the width to shrink below 800px */ - padding: 10px; /* Reduce padding for mobile devices */ - margin: 10px auto; /* Less margin for tighter mobile layout */ + padding: 5px; /* Reduce padding for mobile devices */ + margin: 5px 5px; /* Less margin for tighter mobile layout */ max-width: 800px; min-width: 200px; }