footer: Minor adjustments.

This commit is contained in:
Aman Agrawal 2023-07-09 11:31:15 +05:30 committed by Tim Abbott
parent b70dc23a47
commit 54d2a02f7e
1 changed files with 4 additions and 2 deletions

View File

@ -43,10 +43,12 @@
text-transform: uppercase;
border-bottom: 0;
margin-bottom: 0;
margin-block-start: 0;
margin-block-end: 0;
}
.footer__section ul {
margin: 28px 0 0;
margin: 20px 0 28px;
display: flex;
flex-direction: column;
align-items: flex-start;
@ -83,7 +85,7 @@
}
.footer__legal {
margin: 24px 0 5px;
margin: 12px 0 5px;
padding: 0 52px;
border-top: 1px solid hsl(0deg 0% 100% / 10%);