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 1/5] 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 { From 013b34eb22de8588f3c96b696274fd9f6970f267 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:21:36 +0530 Subject: [PATCH 2/5] alignment issue --- index.html | 2 +- styles.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6feebe24..85b642e6 100644 --- a/index.html +++ b/index.html @@ -616,7 +616,7 @@

Best trip packages

Our trip gallery that will inspire you

-

+

Visual Stories of Adventure to Spark Your Imagination.
Get inspired for your next journey.

diff --git a/styles.css b/styles.css index ce82ef09..d738d0c5 100644 --- a/styles.css +++ b/styles.css @@ -386,7 +386,7 @@ body { } .section__title { - /* text-align: center; */ + text-align: center; font-size: 2rem; font-weight: 600; color: var(--text-dark); @@ -411,6 +411,8 @@ body { color: var(--text-dark); max-width: calc(var(--max-width) / 2); /* text-align: right; */ + text-align: center; + margin-left: 280px; } .section_header .section_subtitle { From 91e2900cb773492da0699fcaed4cfa9c6870261f Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:28:39 +0530 Subject: [PATCH 3/5] Alignment issue --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d738d0c5..e094a6f7 100644 --- a/styles.css +++ b/styles.css @@ -410,9 +410,10 @@ body { font-size: 1rem; color: var(--text-dark); max-width: calc(var(--max-width) / 2); - /* text-align: right; */ text-align: center; margin-left: 280px; + /* text-align: right; */ + } .section_header .section_subtitle { From e9edfea3bda50fec7115dafd2c676e3a0fe42e47 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:42:34 +0530 Subject: [PATCH 4/5] Alignment issue --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index e094a6f7..88be1fd1 100644 --- a/styles.css +++ b/styles.css @@ -411,7 +411,7 @@ body { color: var(--text-dark); max-width: calc(var(--max-width) / 2); text-align: center; - margin-left: 280px; + margin-left: 281px; /* text-align: right; */ } From 7f8fa2622ada9859ca2735381da26978500714c4 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:08:28 +0530 Subject: [PATCH 5/5] Alignment issue --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 88be1fd1..afe9e3ec 100644 --- a/styles.css +++ b/styles.css @@ -411,7 +411,7 @@ body { color: var(--text-dark); max-width: calc(var(--max-width) / 2); text-align: center; - margin-left: 281px; + margin-left: 282px; /* text-align: right; */ }