From cec6b21f0f57caf52512eb7edd40c713ed2d359f Mon Sep 17 00:00:00 2001 From: Mimansha Kaur Date: Sat, 9 Nov 2024 04:16:40 +0530 Subject: [PATCH] changes done in header and footer --- about.css | 5 ++--- about.html | 30 +++++++++++++++--------------- style.css | 3 ++- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/about.css b/about.css index 5c3fd873..34474543 100644 --- a/about.css +++ b/about.css @@ -507,10 +507,9 @@ footer { } .logo-footer img { - width: 80px; + width: 85px; /* Set image width */ - margin-right: 15px; - /* Space between logo and text */ + margin-top: -15px; } #logo { diff --git a/about.html b/about.html index 4a74f2c7..ce5af2c3 100644 --- a/about.html +++ b/about.html @@ -255,7 +255,7 @@

BuddyTrail

});
-
+

About BuddyTrail

Welcome to BuddyTrail, where we turn your travel dreams into reality. We provide exceptional travel @@ -529,7 +529,7 @@

PRIYA Ghosal

/* Team Section */ .team { background-color: #fff; - padding: 60px 0; + padding: 120px 0; } .team h2 { @@ -780,10 +780,10 @@

PRIYA Ghosal

-

Welcome to BuddyTrail - your premier travel companion! Whether you're +

Welcome to BuddyTrail - your premier travel companion! Whether you're planning a family vacation or a @@ -795,7 +795,7 @@

BuddyTrail

-

Office
+

Office

123 Fake Street

Near XYZ Mall, Sample City

@@ -808,22 +808,22 @@
-

Follow Us
+

Follow Us

diff --git a/style.css b/style.css index 8526452c..b2b3eb8c 100644 --- a/style.css +++ b/style.css @@ -348,6 +348,7 @@ nav { .logo { display: flex; + margin-left: 0; } #nav-list { @@ -1171,7 +1172,7 @@ h2 { } p { - font-size: 1.5em; + font-size: 15px; color: #666; /* Paragraph color */ }