From e4e5ec5b2c528264481d19164263792d4263cc7f Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 15 Sep 2024 23:09:06 +0500 Subject: [PATCH] refactor: update main block bg sizing --- index.html | 19 +++++++++++-------- static/tailwind.css | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index dcd8d0d..a32d964 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@
-
+
@@ -37,7 +37,7 @@
-
+

yaml

@@ -277,13 +277,16 @@
-
- -
-

Discord

-

radiquum

+ +
+ +
+

Discord

+

radiquum

+
-
+
diff --git a/static/tailwind.css b/static/tailwind.css index dc5ffcd..2616be1 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -737,6 +737,10 @@ video { height: 375px; } +.h-\[77px\] { + height: 77px; +} + .max-h-\[40vh\] { max-height: 40vh; } @@ -830,6 +834,10 @@ video { width: 422px; } +.w-\[196px\] { + width: 196px; +} + .max-w-\[1200px\] { max-width: 1200px; } @@ -846,6 +854,34 @@ video { max-width: 54.75%; } +.max-w-\[55\%\] { + max-width: 55%; +} + +.max-w-\[58\%\] { + max-width: 58%; +} + +.max-w-\[47\%\] { + max-width: 47%; +} + +.max-w-\[46\%\] { + max-width: 46%; +} + +.max-w-\[46\.25\%\] { + max-width: 46.25%; +} + +.max-w-\[52\.75\%\] { + max-width: 52.75%; +} + +.max-w-\[53\.75\%\] { + max-width: 53.75%; +} + .scroll-mt-24 { scroll-margin-top: 6rem; }