From 7e5454b8493f0965fa56f05beebdfde0ef79d5cb Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 5 Feb 2025 01:06:32 -0500 Subject: [PATCH] code refactoring adjust width and height of header, footer, body section set header, footer, body, section back to what they were set margin of note from 3rem left-right to 2rem left-right to prevent horizontal scrollbar in chromium at 100% zoom --- cafe-events/valentines-day-25/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cafe-events/valentines-day-25/style/style.css b/cafe-events/valentines-day-25/style/style.css index 90ff2cb..dc24693 100644 --- a/cafe-events/valentines-day-25/style/style.css +++ b/cafe-events/valentines-day-25/style/style.css @@ -182,7 +182,7 @@ section { } .visitor-note { - margin: 0 3rem; + margin: 0 2rem; margin-top: 3rem; }