Fix misalignment

This commit is contained in:
Magnus Hoff 2018-06-17 22:20:12 +02:00
parent 38c70f7b25
commit f7227bf3d4

View file

@ -417,7 +417,7 @@ input[type="search"] {
.search-widget-container {
position: absolute;
right: 0;
right: 8px;
width: 300px;
box-shadow: 0 0 0 rgba(0,0,0,0.2);
transition: all 0.2s ease-in-out;