From f7930ab0ba437c85f4bee78dadd0c6a15f3d4020 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Jan 2026 17:33:07 +0000 Subject: [PATCH] fixed css shit --- app/assets/stylesheets/application.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index edee87e..982153c 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -153,8 +153,8 @@ font-size:17px; text-align: center; margin: 0 auto; - width: 450px; - overflow: scroll; + width: 480px; + height: auto; border:2px outset #000; } section.footer { @@ -183,8 +183,7 @@ background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 19 } main { width: 1000px; - overflow: scroll; - height: 1000px; +height: auto; margin: 0 auto; background: #ffe0e8; background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 197, 1) 50%, rgba(255, 207, 219, 1) 100%);