aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 14:49:55 -0400
committerBobby <[email protected]>2024-08-25 14:49:55 -0400
commitd846d0fa4483c9ea91e1082aac0f7aea9ed64653 (patch)
tree13497eabf3444d7436f42469919d3ef9b0d64e32 /static
parent3316aba2fd31e7ee9e1556392046c110c25c6cab (diff)
downloadyugen-d846d0fa4483c9ea91e1082aac0f7aea9ed64653.tar.xz
yugen-d846d0fa4483c9ea91e1082aac0f7aea9ed64653.zip
partial update
Diffstat (limited to 'static')
-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;
}