responsive controlled
This commit is contained in:
12
public/css/app.css
vendored
12
public/css/app.css
vendored
@@ -51017,6 +51017,10 @@ body{
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.sm\:w-1\/2{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.sm\:w-6\/12{
|
||||
width: 50%;
|
||||
}
|
||||
@@ -51049,6 +51053,10 @@ body{
|
||||
width: 24rem;
|
||||
}
|
||||
|
||||
.sm\:w-37{
|
||||
width: 9.25rem;
|
||||
}
|
||||
|
||||
.sm\:w-60{
|
||||
width: 15rem;
|
||||
}
|
||||
@@ -51494,6 +51502,10 @@ body{
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.lg\:gap-8{
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.lg\:gap-16{
|
||||
gap: 4rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user