aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index eff2ebe..5b7898d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -666,6 +666,14 @@ video {
height: 100%;
}
+.h-40 {
+ height: 10rem;
+}
+
+.h-72 {
+ height: 18rem;
+}
+
.max-h-24 {
max-height: 6rem;
}