styling..
This commit is contained in:
24
public/css/app.css
vendored
24
public/css/app.css
vendored
@ -64856,6 +64856,14 @@ body{
|
||||
|
||||
@media (min-width: 640px){
|
||||
|
||||
.sm\:absolute{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.sm\:relative{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sm\:inset-y-1\/2{
|
||||
top: 50%;
|
||||
bottom: 50%;
|
||||
@ -64971,10 +64979,18 @@ body{
|
||||
width: 16.666667%;
|
||||
}
|
||||
|
||||
.sm\:w-2\/5{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.sm\:w-3\/12{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.sm\:w-3\/5{
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.sm\:w-37{
|
||||
width: 9.25rem;
|
||||
}
|
||||
@ -65007,6 +65023,10 @@ body{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.sm\:w-full{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sm\:max-w-4xl{
|
||||
max-width: 56rem;
|
||||
}
|
||||
@ -65393,6 +65413,10 @@ body{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.lg\:w-2\/5{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.lg\:w-3\/12{
|
||||
width: 25%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user