diff options
| author | Bobby <[email protected]> | 2024-09-03 21:13:48 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-03 21:13:48 -0400 |
| commit | f170e24e0396db936f3a26dd78a6c504a400cde9 (patch) | |
| tree | 7514ea8bae52bfe0e630aeee1b95772bd50c15b1 /static/css | |
| parent | 7f57da0d18ac5bfb35a357740fabb38234890527 (diff) | |
| download | yugen-f170e24e0396db936f3a26dd78a6c504a400cde9.tar.xz yugen-f170e24e0396db936f3a26dd78a6c504a400cde9.zip | |
database based optimizations
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 8 |
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%; } |
