Skip to content

Commit

Permalink
Improved Font Style
Browse files Browse the repository at this point in the history
  • Loading branch information
1754riya committed Jun 7, 2024
1 parent 0c7a9c2 commit afcfeef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ footer .footerTop{
}

footer .footerTop a{
text-decoration: none;
text-decoration: serif;
color: #fff;
}
footer .footerTop ul{
list-style-type: none;
list-style-type: serif;
padding: 0;
margin: 0;
}
Expand Down Expand Up @@ -62,11 +62,14 @@ footer .footerEnd{
color: #fff;
font-size: 12px;
}
text-white {
color: #fff;}

footer .footerEnd .col-auto{
margin: 0 22px;
}
footer .footerEnd a{
text-decoration: none;
text-decoration: serif;
color: #fff
}
@media screen and (max-width: 770px){
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h2 class="accordion-header" id="heading5">
<!-- go to top button -->
<button id="goToTopBtn" class="hidden"><i class="fas fa-chevron-up"></i></button>
<!-- footer fetch to components : components/footer/footer.html -->
<footer id="footer" style="background-color: #292d33;"></footer>
<footer id="footer" style="background-color: #2e333a;"></footer>

<!-- voiceflow.chat script -->
<script type="text/javascript">
Expand Down

0 comments on commit afcfeef

Please sign in to comment.