From 59e71418ea938d3de328ac6835c6a087cd3fa74e Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 5 Jul 2024 05:35:48 +0200 Subject: [PATCH] fix(web): idk css order issues? set border width again --- web/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/index.html b/web/index.html index 588fae7..eeadde5 100644 --- a/web/index.html +++ b/web/index.html @@ -216,6 +216,8 @@ margin-top: .5em; margin-bottom: .5em; margin-left: .5em; + border: 3px solid var(--accent); + box-sizing: border-box; } img.flex-pic-expand { width: unset;