From 99591d38812c30652fc36497828535562b145b52 Mon Sep 17 00:00:00 2001 From: jasheloper <48870048+jasheloper@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:23:12 -0700 Subject: [PATCH] updates to css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index bad072c..a88b5cc 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,7 @@ h1 { } body { - max-width: 40%; + max-width: 640px; margin: 0 auto; background: linear-gradient(135deg, #a44b9c, #f2c94c); background-repeat: no-repeat; @@ -46,8 +46,8 @@ body { position: absolute; top: 0; left: 0; - width: 700px; - height: 467px; + width: 642px; + height: 430px; background-color: rgba(0,0,0,0); border-radius: 8px; }