From c12a687dd30cfe719beaf5a644b31ee0c58147aa Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:45:41 +0530 Subject: [PATCH] Alignment issue --- index.html | 6 +++--- styles.css | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a4193583..6feebe24 100644 --- a/index.html +++ b/index.html @@ -431,7 +431,7 @@

Get Flat 15% OFF

Explore top destinations

-

+

Explore your dream places around the world. Here you can find your perfect destination.

@@ -526,8 +526,8 @@

MALDIVES

-

Best trip packages

-

+

Best trip packages

+

Top trip deals curated for you. Get the best package for your adventure and save more.

diff --git a/styles.css b/styles.css index 9b7ac4e1..ce82ef09 100644 --- a/styles.css +++ b/styles.css @@ -377,7 +377,7 @@ body { } .section__header { - display: flex; + /* display: flex; */ align-items: center; justify-content: space-between; gap: 2rem; @@ -386,6 +386,7 @@ body { } .section__title { + /* text-align: center; */ font-size: 2rem; font-weight: 600; color: var(--text-dark); @@ -409,7 +410,7 @@ body { font-size: 1rem; color: var(--text-dark); max-width: calc(var(--max-width) / 2); - text-align: right; + /* text-align: right; */ } .section_header .section_subtitle { @@ -1075,7 +1076,7 @@ header { .gallary__container { display: flex; background-color: var(--secondary-color); - width: 80%; + /* width: 80%; */ justify-content: center; align-items: center; gap: 4rem; @@ -1114,7 +1115,7 @@ header { } .gallary__content>div { - max-width: 400px; + max-width: 750px; } .gallary__content h2 {