Skip to content

Commit

Permalink
Fixed About section footer by Aligning social media icons and remove …
Browse files Browse the repository at this point in the history
…duplicate message
  • Loading branch information
s0wjanyaa committed Oct 30, 2024
1 parent e0bfaa1 commit 6046953
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@

.social-icons a {
font-size: 1.2rem;
padding: 8px;
padding: 2px;
margin: 15px;
text-decoration: none;
color: brown !important;
Expand Down Expand Up @@ -738,18 +738,12 @@ <h3 class="f-title f_600 t_color f_size_18">Exclusive Offers</h3>
<div class="f_widget social-widget">
<h3 class="f-title f_600 t_color f_size_18">Follow Us</h3>
<div class="social-icons">




<a class="fa-brands fa-facebook" href="https://facebook.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-youtube"
href="https://www.youtube.com" style="color: hsl(203, 30%, 26%);" ></a>
<a class="fa-brands fa-snapchat"
href="https://www.snapchat.com" style="color: hsl(203, 30%, 26%);" ></a>
</div>
<a class="fa-brands fa-facebook" href="https://facebook.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-youtube" href="https://www.youtube.com" style="color: hsl(203, 30%, 26%);" ></a>
<a class="fa-brands fa-snapchat" href="https://www.snapchat.com" style="color: hsl(203, 30%, 26%);" ></a>
</div>
</div>
<p style="margin-bottom:0;font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
</p>
Expand All @@ -763,9 +757,6 @@ <h3 class="f-title f_600 t_color f_size_18">Follow Us</h3>
</div>
</button>
</div>


<p>Stay connected with us on social media for the latest updates and vintage adventures.</p>
</div>


Expand Down

0 comments on commit 6046953

Please sign in to comment.