mirror of https://github.com/JohnHammond/CTFd.git
Run make format and yarn build
parent
95d581ed33
commit
0614bc9cf2
|
@ -1,5 +1,15 @@
|
|||
.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; }
|
||||
.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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue