responsive control for search bar
This commit is contained in:
16
public/css/app.css
vendored
16
public/css/app.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user