From c0deb8a190367741c8c7e10cede2055e312f3284 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 11 Oct 2022 10:32:47 +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 419e80f3f..9d5d2828f 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -50010,6 +50010,10 @@ body{ height: auto; } + .lg\:w-9{ + width: 2.25rem; + } + .lg\:w-1\/2{ width: 50%; } @@ -50102,10 +50106,6 @@ body{ width: 75%; } - .lg\:w-9{ - width: 2.25rem; - } - .lg\:max-w-7xl{ max-width: 80rem; }