feat: container full height fix

This commit is contained in:
2024-05-26 09:40:28 +03:00
parent cae1ff509f
commit a50c5785ad

View File

@@ -9,6 +9,6 @@
}
.container-full-height {
height: calc(100vh - (rem(20) * 2));
min-height: calc(100vh - (rem(20) * 2));
}