Fixed css footer
This commit is contained in:
parent
c3e5d48d9d
commit
c9a82e3c27
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue