From ab68e5f2174b5c648f47b17e6d0ac8322de6243a Mon Sep 17 00:00:00 2001 From: Kavish Paraswar Date: Mon, 7 Oct 2024 23:18:51 +0530 Subject: [PATCH 1/3] done --- index.html | 6 +++--- style.css | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 8ac9e068..f665a3e7 100644 --- a/index.html +++ b/index.html @@ -361,7 +361,7 @@

Romantic Getaway

margin-left: 40px; display: flex; justify-content: center; - align-items: center; + align-items: flex-start; flex-direction: column; " > @@ -392,10 +392,10 @@

Romantic Getaway

/>

- -

diff --git a/style.css b/style.css index 5a624c39..b215d779 100644 --- a/style.css +++ b/style.css @@ -866,14 +866,14 @@ body.dark-mode { } .recommendations-section h2 { - font-size: 2em; + font-size: 3em; margin-bottom: 20px; text-align: center; color: #0056b3; /* Dark blue for headings */ } .recommendations-section p { - font-size: 1.1em; + font-size: 1.5em; text-align: center; margin-bottom: 30px; color: black; /* Darker gray for text */ @@ -891,19 +891,19 @@ body.dark-mode { padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */ - max-width: 300px; + max-width: 30%; text-align: center; - border: 2px solid #0056b3; /* Blue border */ + /* border: 2px solid #0056b3; Blue border */ } .recommendation-item h3 { - font-size: 1.5em; + font-size: 2em; margin-bottom: 15px; color: #0056b3; /* Dark blue for headings */ } .recommendation-item p { - font-size: 1em; + font-size: 1.5em; margin-bottom: 20px; color: black; /* Darker gray for text */ } From 37370e75522f745aaad26cd6a92f944a89563621 Mon Sep 17 00:00:00 2001 From: Kavish Paraswar Date: Mon, 7 Oct 2024 23:34:11 +0530 Subject: [PATCH 2/3] Hey the isssue is solved From f38312ae79c954a961e5262f3676959370e814e9 Mon Sep 17 00:00:00 2001 From: Kavish Paraswar Date: Mon, 7 Oct 2024 23:41:24 +0530 Subject: [PATCH 3/3] DONE