added new class

This commit is contained in:
Burak Civan 2022-11-07 17:37:21 +03:00
parent 624deafb0b
commit 2c28775920
2 changed files with 12 additions and 8 deletions

18
public/css/app.css vendored
View File

@ -51017,10 +51017,6 @@ body{
width: 500px; width: 500px;
} }
.sm\:w-1\/2{
width: 50%;
}
.sm\:w-6\/12{ .sm\:w-6\/12{
width: 50%; width: 50%;
} }
@ -51287,6 +51283,12 @@ body{
display: flex; display: flex;
} }
.lg\:inline-flex{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.lg\:hidden{ .lg\:hidden{
display: none; display: none;
} }
@ -51502,14 +51504,14 @@ body{
justify-content: space-around; justify-content: space-around;
} }
.lg\:gap-8{
gap: 2rem;
}
.lg\:gap-16{ .lg\:gap-16{
gap: 4rem; gap: 4rem;
} }
.lg\:gap-8{
gap: 2rem;
}
.lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){ .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0; --tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse)); margin-right: calc(4rem * var(--tw-space-x-reverse));

View File

@ -15,6 +15,8 @@ lg:relative
lg:right-0 lg:right-0
lg:justify-around lg:justify-around
lg:space-x-16 lg:space-x-16
lg:inline-flex
lg:space-y-0
sm:ltr:right-4 sm:ltr:right-4
sm:rtl:left-4 sm:rtl:left-4
sm:w-500 sm:w-500