Skip to content

Commit

Permalink
fixed lint issues for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
maruthi.venkata committed Oct 13, 2023
1 parent 7f69847 commit 58804c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
#footer-orange{
line-height: normal;
}

.footer-wrapper div#footer-orange .outer {
display: grid;
grid-template-columns: 3fr 20%;
}

.footer-wrapper div#footer-orange .hs-menu-wrapper {
width: 100%;
}

.footer-wrapper div#footer-black div {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: space-between;
}

.social-icons.clearfix {
text-align: right;
}

.social-icons.clearfix img {
max-width: 44px;
}

#footer-black.outer * {
color: #fff;
}

0 comments on commit 58804c7

Please sign in to comment.