fix(client): remove unneeded explicit padding-bottom (#45910)

This commit is contained in:
ned-park 2022-05-11 01:17:14 -04:00 committed by GitHub
parent 9e61fe17fb
commit 6fded30b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@
.footer-container .col-header {
flex: 0 0 100%;
padding-bottom: 15px;
font-weight: 700;
font-size: 16px;
text-align: center;
@ -49,7 +48,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0px;
margin: 0;
}
.footer-col {
@ -69,7 +68,7 @@
}
.footer-col a {
padding: 5px 0px;
padding: 5px 0;
}
.footer-desc-col {
@ -151,7 +150,7 @@ p.footer-donation a:hover {
flex-direction: column;
}
.footer-right {
padding-left: 0px;
padding-left: 0;
}
.footer-container .col-spacer {
margin-top: 40px;