max-height correction for mobile versions

This commit is contained in:
CommanderRedYT
2020-11-14 23:48:48 +01:00
parent fbc73fd83b
commit 487cb076fb

7
style.css Normal file
View File

@ -0,0 +1,7 @@
.col-sm {
max-height: 80% !important;
}
.col-sm.vert {
max-height: 60% !important;
}