fix: oddly-sized site title link hover background https://codeberg.org/alinnow/searchix/issues/19
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -46,14 +46,14 @@ text-wrap: nowrap; } nav > h1 > a { - margin-left: unset; - padding-left: unset; + margin: 0; + padding: 1ex 0; border: 1px transparent; text-decoration: none; } body > header h1 { - margin: unset; + margin: 0 1em 0 0; font-size: 1.15rem; }