diff options
| author | Bobby <[email protected]> | 2024-08-25 14:49:55 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 14:49:55 -0400 |
| commit | d846d0fa4483c9ea91e1082aac0f7aea9ed64653 (patch) | |
| tree | 13497eabf3444d7436f42469919d3ef9b0d64e32 /static | |
| parent | 3316aba2fd31e7ee9e1556392046c110c25c6cab (diff) | |
| download | yugen-d846d0fa4483c9ea91e1082aac0f7aea9ed64653.tar.xz yugen-d846d0fa4483c9ea91e1082aac0f7aea9ed64653.zip | |
partial update
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 8 |
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; } |
