rework footer layout

This commit is contained in:
Victor Batischev
2024-02-14 16:09:09 +03:00
parent 97813c875c
commit ef6d8f4331
16 changed files with 16 additions and 152 deletions

View File

@ -1,6 +1,7 @@
.summary {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
@ -509,12 +510,10 @@
}
}
footer {
margin-top: 10px;
}
.container {
max-width: 1160px;
display: flex;
flex-direction: column;
flex: 1;
margin-top: 23px;
@media (max-width: 570px) {