Fixed css footer

This commit is contained in:
aethrvmn 2024-10-04 14:31:40 +02:00
parent c3e5d48d9d
commit c9a82e3c27

View file

@ -13,6 +13,7 @@
align-items: flex-start;
background-color: var(--gray-100);
width: 100%;
min-width: 30rem;
bottom: 0;
left: 0;
right: 0;
@ -39,3 +40,9 @@
font-size: 0.9rem;
}
@media screen and (max-width: $mobile-breakpoint) {
.info-container {
min-width: 0;
}
}