From f7227bf3d46ba2767d0d2c0fd458bf77b7535daa Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Sun, 17 Jun 2018 22:20:12 +0200 Subject: [PATCH] Fix misalignment --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index abd74e3..22d7087 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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;