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; */
|
margin-top: 3.875rem; /* per design 4rem; */
|
||||||
|
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
|
|
||||||
|
margin-bottom: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__logo {
|
.footer__logo {
|
||||||
|
@ -332,6 +334,8 @@ header {
|
||||||
padding: 0 2.0625rem;
|
padding: 0 2.0625rem;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
margin-bottom: 5.3125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__body {
|
.footer__body {
|
||||||
|
@ -428,6 +432,8 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
margin-bottom: 5.6875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__logo {
|
.footer__logo {
|
||||||
|
|
Loading…
Reference in New Issue