Skip to content

Commit

Permalink
Merge pull request #9 from WWWPiramalFinanceCOM/feature/homepage-bugf…
Browse files Browse the repository at this point in the history
…ixes

Feature/homepage bugfixes
  • Loading branch information
VaibhavSasulkar authored Jul 4, 2024
2 parents a9b4961 + 7797f6f commit cdf31cb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ footer.footer-wrapper .footer {

@media screen and (max-width:1366px) {
.footer-section-first .columns-wrapper p sup {
right: 27%;
right: 102px;
}
.footer-section-third {
display: none;
Expand Down Expand Up @@ -621,5 +621,17 @@ footer.footer-wrapper .footer {
.section.footer-last-wrapper .default-content-wrapper {
padding-bottom: 48px;
}

.footer-section-first {
padding-top: 48px;
}

.footer-section-second .columns > div {
flex-direction: row;
justify-content: space-between;
}
.footer-section-second .columns > div > div {
width: 25%;
}
/* footer third section onwords css end */
}

0 comments on commit cdf31cb

Please sign in to comment.