diff --git a/src/styles.scss b/src/styles.scss index 79a103c..e6db6a1 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -109,20 +109,21 @@ body { } .vh-70 { - min-height: auto !important; max-height: 70vh !important; } .vh-60 { - min-height: auto !important; max-height: 60vh !important; } .vh-50 { - min-height: auto !important; max-height: 50vh !important; } +.vh-15 { + max-height: 15vh !important; +} + .spinner-lg { width: 3rem !important; height: 3rem !important;