mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-12 09:44:26 +01:00
5ce3003b Merge pull request #47 from aCursedComrade/patch-1 c9887cb1 Fix team template git-subtree-dir: CTFd/themes/core-beta git-subtree-split: 5ce3003b4d68352e629ee2d390bc999e7d6b071e
16 lines
230 B
SCSS
16 lines
230 B
SCSS
.min-vh-0 {
|
|
min-height: 0vh !important;
|
|
}
|
|
.min-vh-25 {
|
|
min-height: 25vh !important;
|
|
}
|
|
.min-vh-50 {
|
|
min-height: 50vh !important;
|
|
}
|
|
.min-vh-75 {
|
|
min-height: 75vh !important;
|
|
}
|
|
.min-vh-100 {
|
|
min-height: 100vh !important;
|
|
}
|