From 96cc5e47d4f9cfd953f60b33b34d7c8afba16c80 Mon Sep 17 00:00:00 2001 From: Johnella Kyle San Juan Date: Thu, 20 Jun 2024 14:42:15 +0800 Subject: [PATCH] [0.1.14.3] * update tailwind.css --- assets/css/tailwind.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 85aece2..9bb4bcc 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1603,6 +1603,10 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { max-width: 360px; } +.max-w-\[500px\] { + max-width: 500px; +} + .max-w-\[580px\] { max-width: 580px; } @@ -1615,6 +1619,14 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { max-width: 653px; } +.max-w-\[700px\] { + max-width: 700px; +} + +.max-w-\[800px\] { + max-width: 800px; +} + .max-w-full { max-width: 100%; } @@ -3407,6 +3419,10 @@ ul.dashed > li:before { width: 990px; } + .lg\:w-full { + width: 100%; + } + .lg\:min-w-\[484px\] { min-width: 484px; }