Skip to content

Commit

Permalink
updated footer layout
Browse files Browse the repository at this point in the history
Footer enhancement
  • Loading branch information
gungunjain15 committed Jun 10, 2024
1 parent 4c07cc2 commit 8c50be3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/* footer */
footer{
/* background: #292d33; */
background-color: #212121;
color: #fff;
font-size: 12px;
}
Expand Down Expand Up @@ -69,6 +69,11 @@ footer .footerEnd a{
text-decoration: none;
color: #fff
}

#justify-center{
justify-content: center;
}

@media screen and (max-width: 770px){
.pCGSTEF{
width: 80vw;
Expand Down
2 changes: 1 addition & 1 deletion footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h5>Registered Office Address:</h5>
</div>

<div class="container-fluid footerEnd">
<div class="row align-items-center" style="display: flex; width: 100vw; flex-wrap: wrap;">
<div class="row align-items-center" id="justify-center" style="display: flex; width: 100vw; flex-wrap: wrap;">
<div class="col-auto">
<img src="https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/images/sell-image-9de8ef.svg"
alt="Become a Seller" width="13" height="12">
Expand Down

0 comments on commit 8c50be3

Please sign in to comment.