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 @@
.treaties {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
@ -385,8 +386,4 @@
margin-top: 0;
}
}
footer {
margin-top: 70px;
}
}