From 602a9441a909cdb67d0fe718321f35e7383fb3d2 Mon Sep 17 00:00:00 2001 From: Aidan Y Date: Mon, 20 May 2024 23:44:59 -0700 Subject: [PATCH] Made site more responsive --- styles.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 2155f32..5d72e05 100644 --- a/styles.css +++ b/styles.css @@ -142,7 +142,7 @@ iframe { background-size: cover; background-repeat: no-repeat; width: 65%; - height: 690px; + height: auto; margin-left: auto; margin-right: auto; border-radius: 35px; @@ -259,6 +259,9 @@ button { svg { display: flex; justify-content: flex-end; + margin-left: auto; + margin-right: auto; + width: 100%; border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; } @@ -296,6 +299,7 @@ a:visited { #description { font-size: 12px; + margin-bottom: 20px; } input[type="text"] { @@ -311,7 +315,7 @@ a:visited { } #inner { - height: 400px; + height: auto; width: 100%; } @@ -336,4 +340,4 @@ a:visited { padding-bottom: 10px; margin-bottom: 20px; } -} +} \ No newline at end of file