forked from c3re/c3re-website
fix footer left spacing
parent
52c836807a
commit
e9bcf84e9a
|
@ -406,10 +406,13 @@ a.external:after {
|
||||||
.footer .footer-row {
|
.footer .footer-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.footer .footer-item {
|
.footer .footer-item {
|
||||||
margin-right: var(--len-3);
|
margin-right: var(--len-3);
|
||||||
|
margin-left: var(--len-3);
|
||||||
}
|
}
|
||||||
.footer .footer-item:last-child {
|
.footer .footer-item:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Reference in New Issue