From 9ea05825a151a1d49a0a078d6066493d4fbbf301 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Mon, 10 Oct 2022 13:32:52 +0300 Subject: [PATCH] css compiled --- public/css/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index b244363ae..b1dddb84d 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -50090,6 +50090,10 @@ body{ width: 24rem; } + .lg\:w-auto{ + width: auto; + } + .lg\:w-2\/4{ width: 50%; } @@ -50098,10 +50102,6 @@ body{ width: 75%; } - .lg\:w-auto{ - width: auto; - } - .lg\:max-w-7xl{ max-width: 80rem; }