feat: change footer design
Some checks failed
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Successful in 4m1s
Build / deploy-stage (push) Has been cancelled

This commit is contained in:
2024-12-15 21:26:54 +01:00
parent 43344b8868
commit 9b11327380
2 changed files with 30 additions and 7 deletions

View File

@@ -1,16 +1,12 @@
.site-footer {
font-size: 0.9rem;
.container {
> .container {
background: var(--bs-light-green);
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
}
&__top {
padding-bottom: 2rem;
}
&__grid {
display: flex;
flex-direction: column;
@@ -19,6 +15,16 @@
&__left, &__right {
flex: 1 1 100%;
display: flex;
flex-direction: column;
> div {
margin-top: auto;
}
.container {
padding: .5rem 1rem;
}
}
@media (min-width: 768px) {