added new class
This commit is contained in:
parent
624deafb0b
commit
2c28775920
18
public/css/app.css
vendored
18
public/css/app.css
vendored
@ -51017,10 +51017,6 @@ body{
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.sm\:w-1\/2{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.sm\:w-6\/12{
|
||||
width: 50%;
|
||||
}
|
||||
@ -51287,6 +51283,12 @@ body{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.lg\:inline-flex{
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.lg\:hidden{
|
||||
display: none;
|
||||
}
|
||||
@ -51502,14 +51504,14 @@ body{
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.lg\:gap-8{
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.lg\:gap-16{
|
||||
gap: 4rem;
|
||||
}
|
||||
|
||||
.lg\:gap-8{
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
|
||||
--tw-space-x-reverse: 0;
|
||||
margin-right: calc(4rem * var(--tw-space-x-reverse));
|
||||
|
@ -15,6 +15,8 @@ lg:relative
|
||||
lg:right-0
|
||||
lg:justify-around
|
||||
lg:space-x-16
|
||||
lg:inline-flex
|
||||
lg:space-y-0
|
||||
sm:ltr:right-4
|
||||
sm:rtl:left-4
|
||||
sm:w-500
|
||||
|
Loading…
x
Reference in New Issue
Block a user