Make sure search bar is off screen on large screens
This commit is contained in:
parent
63faed6999
commit
cd7b562894
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ a.navbar-link:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
.navbar-search-swap form {
|
.navbar-search-swap form {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -100px;
|
top: -9rem;
|
||||||
transition-property: top;
|
transition-property: top;
|
||||||
transition-duration: 0.4s;
|
transition-duration: 0.4s;
|
||||||
right: -0.5rem;
|
right: -0.5rem;
|
||||||
|
|
Loading…
Reference in a new issue