From 7754dded984f8d6503ae3d3a8df9bf66b0cb4563 Mon Sep 17 00:00:00 2001 From: Badal Prasad Singh Date: Fri, 7 Jun 2024 23:05:29 +0530 Subject: [PATCH 1/3] bug fix by thecloudcode --- index.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 56a5fb21..d37f447b 100644 --- a/index.html +++ b/index.html @@ -421,16 +421,19 @@

Get Flat 15% OFF

-
-
-
-

Explore top destinations

-

+

+
+
+
+

Explore top destinations

+

Explore your suitable and dream places around the world. Here you can find your right destination. -

+

+
+
@@ -520,7 +523,7 @@

MALDIVES

Best trip packages

-

+

Explore your suitable and dream places around the world. Here you can find your right destination.

@@ -605,7 +608,7 @@

Best trip packages

-
+

Our trip gallery that will inspire you @@ -617,7 +620,7 @@

-
+


From e2ffb046ba2b9b0ed91bfdbc35e6fa288da2a011 Mon Sep 17 00:00:00 2001 From: Badal Prasad Singh Date: Fri, 7 Jun 2024 23:06:10 +0530 Subject: [PATCH 2/3] bug fix by thecloudcode --- package.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.html b/package.html index a99c8279..d98c9244 100644 --- a/package.html +++ b/package.html @@ -158,7 +158,7 @@

Best trip package

-

+

Explore your suitable and dream places around the world. Here you can find your right destination.

From 4548f1a3a117c20c490091def398ec457bad483f Mon Sep 17 00:00:00 2001 From: Badal Prasad Singh Date: Fri, 7 Jun 2024 23:07:11 +0530 Subject: [PATCH 3/3] bug fix by thecloudcode --- styles.css | 54 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index 5e717725..f943a935 100644 --- a/styles.css +++ b/styles.css @@ -364,17 +364,36 @@ body { margin-bottom: 4rem; } +.trip { + display: flex; + align-items: center; + justify-content: space-between; + gap: 2rem; + flex-wrap: wrap; + margin-bottom: 4rem; +} + +.destination { + display: flex; + align-items: center; + justify-content: space-between; + gap: 2rem; + flex-wrap: wrap; + /* margin-bottom: 4rem; */ +} + .section__title { font-size: 2rem; font-weight: 600; color: var(--text-dark); margin-bottom: 15px; - text-align: left; + text-align: center; display: inline-block; font-weight: 600; letter-spacing: 0.5px; - line-height: 34px; + line-height: 40px; margin-bottom: 28px; + background: #FD4766; background: linear-gradient(120deg, #1C99FE 20.69%, #7644FF 50.19%, #FD4766 79.69%); @@ -388,7 +407,6 @@ body { font-size: 1rem; color: var(--text-dark); max-width: calc(var(--max-width) / 2); - text-align: right; } .section_header .section_subtitle { @@ -851,7 +869,10 @@ header { /* carousel */ .destination__container { - background-color: var(--body-light); + /* background-color: var(--body-light); */ + text-align: center; + /* margin-right: auto; */ + /* margin-left: auto; */ } .slideshow-container { @@ -981,7 +1002,7 @@ header { max-width: var(--max-width); } -.trip_container :is(.sectiontitle, .sectionsubtitle, .view_all) { +.trip__container :is(.sectiontitle, .sectionsubtitle, .view_all) { text-align: center; margin-right: auto; margin-left: auto; @@ -1090,7 +1111,7 @@ header { flex-direction: column; } -.gallary__content>div { +.gallary__content { max-width: 400px; } @@ -1100,7 +1121,7 @@ header { .gallary_content .section_subtitle { margin-bottom: 2rem; - text-align: right; + /* text-align: center; */ } .trip-gallery-container { @@ -1132,10 +1153,14 @@ header { gap: 2rem; } -.subscribe_container .subscribecontent .section_title { +.subscribe_container .subscribecontent{ text-align: left; } +.section__subtitle { + text-align: center; +} + .subscribe_container .subscribecontent .section_subtitle { text-align: left; } @@ -2058,6 +2083,14 @@ body { /* Use the text-dark custom property for color */ } +.headingofexploretopdestinations { + font-weight: bolder; + /* Set font weight to bolder */ + text-align: center; + color: var(--text-dark); + /* Use the text-dark custom property for color */ +} + /* Styling for elements with .aboutcon class */ .aboutcon { display: flex; @@ -2376,9 +2409,10 @@ body { .section__subtitle { font-size: 0.7rem; /* Adjust font size for smaller devices */ padding: 0 10px; /* Add vertical padding */ + text-align: center; /* Center align text */ - max-width: 30%; /* Limit width to prevent overflow */ - margin: 0 auto; /* Center the subtitle */ + max-width: 100%; /* Limit width to prevent overflow */ + margin: auto; /* Center the subtitle */ } }