aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-03 21:13:48 -0400
committerBobby <[email protected]>2024-09-03 21:13:48 -0400
commitf170e24e0396db936f3a26dd78a6c504a400cde9 (patch)
tree7514ea8bae52bfe0e630aeee1b95772bd50c15b1 /static/css/main.css
parent7f57da0d18ac5bfb35a357740fabb38234890527 (diff)
downloadyugen-f170e24e0396db936f3a26dd78a6c504a400cde9.tar.xz
yugen-f170e24e0396db936f3a26dd78a6c504a400cde9.zip
database based optimizations
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ee44acc..08cbce2 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2409,14 +2409,14 @@ main {
height: 39vw;
}
- .lg\:max-h-\[761px\] {
- max-height: 761px;
- }
-
.lg\:max-h-24 {
max-height: 6rem;
}
+ .lg\:max-h-\[761px\] {
+ max-height: 761px;
+ }
+
.lg\:w-1\/2 {
width: 50%;
}