From 69f7365253dbe0e57eb355c8473eb9ca872346a9 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 1 Sep 2024 23:06:07 +0300 Subject: [PATCH] fixed css v5 --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 41c753d..ed0922a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -177,6 +177,14 @@ main a { header { width: 100%; } + header a { + text-decoration: none; + padding: 0px; + border-radius: 5px; + border-style: dotted; + border-width: 1px; + margin: 20px 0px 20px 0px; + } .content-wrapper { padding: 40px 0px 10px 10px; }