Make sure search bar is off screen on large screens

This commit is contained in:
benjamin melançon 2018-12-13 10:41:48 -05:00
parent 63faed6999
commit cd7b562894

View file

@ -223,7 +223,7 @@ a.navbar-link:hover {
position: relative;
.navbar-search-swap form {
position: absolute;
top: -100px;
top: -9rem;
transition-property: top;
transition-duration: 0.4s;
right: -0.5rem;