fix: equal gaps above and under column
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
.container {
|
||||
height: calc(100vh - 210px);
|
||||
height: 100%;
|
||||
@media (max-width: 48em) {
|
||||
width: 80vw;
|
||||
height: calc(100vh - 215px);
|
||||
@ -12,7 +12,7 @@
|
||||
gap: 0;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
max-height: calc(100vh - 215px);
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
@mixin light {
|
||||
|
||||
Reference in New Issue
Block a user