Run make format and yarn build

better-spacing-without-solves
Kevin Chung 2020-04-30 22:23:14 -04:00
parent 95d581ed33
commit 0614bc9cf2
3 changed files with 17 additions and 7 deletions

View File

@ -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