diff --git a/src/styles.scss b/src/styles.scss index a2c6de4..5625aae 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -109,6 +109,11 @@ body { max-height: 60vh !important; } +.vh-50 { + min-height: auto !important; + max-height: 50vh !important; +} + .spinner-lg { width: 3rem !important; height: 3rem !important;