Skip to content

Commit

Permalink
Merge pull request #1742 from khushigupta86/main
Browse files Browse the repository at this point in the history
#1679  Footer Links Misplaced in "Your Health & Safety: Our Top Priority" Section
  • Loading branch information
PriyaGhosal authored Oct 30, 2024
2 parents 4c3e97b + b8c622f commit bb106b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
14 changes: 12 additions & 2 deletions fly.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ nav {
margin-bottom: 1rem;
}


.footer__col p {
color: var(--extra-light);
margin-bottom: 1rem;
Expand All @@ -458,6 +459,12 @@ nav {
color: var(--white);
}

.footer__col ul {
list-style-type: none; /* Removes bullet points */
padding: 0; /* Removes default padding */
margin: 0; /* Removes default margin */
}

.footer__col ul li a {
color: #ffffff;
text-decoration: none;
Expand Down Expand Up @@ -845,7 +852,7 @@ nav {
.footer__col h4 {
font-size: 1.5rem;
font-weight: 500;
color: var(--white);
color: #f39c12;
margin-bottom: 1rem;
}

Expand All @@ -872,11 +879,12 @@ nav {
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
gap: 1rem;
border-top: 1px solid var(--extra-light);
}


.footer__bar p {
font-size: 0.9rem;
color: var(--extra-light);
Expand All @@ -891,6 +899,7 @@ nav {
.socials span {
font-size: 1.2rem;
color: var(--extra-light);

}

.socials i:hover {
Expand All @@ -905,3 +914,4 @@ nav {
}
}


25 changes: 10 additions & 15 deletions fly.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,10 @@ <h4>In-flight Safety Measures</h4>
</div>

<div class="footer__col">
<h4>INFORMATION</h4>
<a href="#welcome" target="_blank">Welcome</a>
<a href="about.html" target="_blank">Our Story</a>
<a href="/index.html#deals" target="_blank">Exclusive Deals</a>
<a href="#aeroseat" target="_blank">AeroSeats</a>
<a href="#explore destination" target="_blank">Explore Destination</a>

</div>
<div class="footer__col">
<h4>CONTACT</h4>
<a href="contact.html" target="_blank">Support</a>
<a href="index.html" target="_blank">Media</a>
<a href="#index.html" target="_blank">Socials</a>

</div>

</div>
Expand Down Expand Up @@ -302,17 +294,20 @@ <h4>CONTACT</h4>
<a href="contact.html">Support</a>
<a href="blog.html">Media</a>
<a href="#">Social</a>
</div>
</div>
<div class="section__container footer__bar">
<p>Copyright © 2024 BuddyTrail All rights reserved.</p>
<div class="socials">

<div class="socials">
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-youtube-fill"></i></span>
</div>
</div>
</div>

<div class="section__container footer__bar">
<p>Copyright © 2024 BuddyTrail All rights reserved.</p>

</div>
</footer>

<div class="gtranslate_wrapper"></div>
Expand Down

0 comments on commit bb106b2

Please sign in to comment.