responsive control for search bar

This commit is contained in:
Burak Civan
2022-10-07 10:47:41 +03:00
parent 4fe0051e99
commit c402dfe5e7
2 changed files with 37 additions and 19 deletions

16
public/css/app.css vendored
View File

@@ -49922,6 +49922,10 @@ body{
right: 6rem;
}
.lg\:top-2{
top: 0.5rem;
}
.lg\:col-span-5{
grid-column: span 5 / span 5;
}
@@ -49998,6 +50002,14 @@ body{
height: 1rem;
}
.lg\:h-12{
height: 3rem;
}
.lg\:h-auto{
height: auto;
}
.lg\:w-1\/2{
width: 50%;
}
@@ -50086,6 +50098,10 @@ body{
width: 75%;
}
.lg\:w-auto{
width: auto;
}
.lg\:max-w-7xl{
max-width: 80rem;
}