mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Run make format and yarn build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
2
CTFd/themes/core/static/css/main.min.css
vendored
2
CTFd/themes/core/static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user