Skip to content
Snippets Groups Projects
Commit 6d1b1f6d authored by Aliaksandr BUDZKO's avatar Aliaksandr BUDZKO
Browse files

fix: bottom section spacing

parent c1b7cf10
Branches
No related tags found
No related merge requests found
......@@ -232,6 +232,12 @@
}
}
@media (max-width: 414px) {
.BottomSection {
min-height: 70vh;
}
}
@media (max-width: 375px) {
.BottomSection {
min-height: 70vh;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment