section classname modified

This commit is contained in:
Burak Civan
2022-08-03 10:38:33 +03:00
parent 7a06e90d2f
commit 5fca2098a4
4 changed files with 63 additions and 16 deletions

8
public/css/app.css vendored
View File

@ -48389,6 +48389,10 @@ body{
width: 25%;
}
.lg\:w-2\/12{
width: 16.666667%;
}
.lg\:w-80{
width: 20rem;
}
@ -48409,10 +48413,6 @@ body{
width: 60%;
}
.lg\:w-2\/12{
width: 16.666667%;
}
.lg\:w-7\/12{
width: 58.333333%;
}