Merge pull request #2660 from brkcvn/master

css compiled
This commit is contained in:
Burak Civan 2022-10-10 13:34:41 +03:00 committed by GitHub
commit 73d0e97c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
public/css/app.css vendored
View File

@ -50090,6 +50090,10 @@ body{
width: 24rem; width: 24rem;
} }
.lg\:w-auto{
width: auto;
}
.lg\:w-2\/4{ .lg\:w-2\/4{
width: 50%; width: 50%;
} }
@ -50098,10 +50102,6 @@ body{
width: 75%; width: 75%;
} }
.lg\:w-auto{
width: auto;
}
.lg\:max-w-7xl{ .lg\:max-w-7xl{
max-width: 80rem; max-width: 80rem;
} }