responsive controlled

This commit is contained in:
Burak Civan
2022-11-07 17:36:32 +03:00
parent b6295dfaf5
commit 624deafb0b
8 changed files with 42 additions and 10 deletions

12
public/css/app.css vendored
View File

@@ -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;
}