css compiled

This commit is contained in:
Burak Civan 2022-10-10 13:32:52 +03:00
parent c288e7e8ce
commit 9ea05825a1

8
public/css/app.css vendored
View File

@ -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;
}