add missing margin-bottom to footers
This commit is contained in:
parent
e88efb2c93
commit
95e6bc6778
|
@ -224,6 +224,8 @@ header {
|
|||
margin-top: 3.875rem; /* per design 4rem; */
|
||||
|
||||
padding: 0 1.5rem;
|
||||
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
.footer__logo {
|
||||
|
@ -332,6 +334,8 @@ header {
|
|||
padding: 0 2.0625rem;
|
||||
|
||||
position: relative;
|
||||
|
||||
margin-bottom: 5.3125rem;
|
||||
}
|
||||
|
||||
.footer__body {
|
||||
|
@ -428,6 +432,8 @@ header {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
margin-bottom: 5.6875rem;
|
||||
}
|
||||
|
||||
.footer__logo {
|
||||
|
|
Loading…
Reference in New Issue