From 8ff62c0f27fbc0e8b0036b40b0bf7161aa539073 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 1 Sep 2024 23:08:18 +0300 Subject: [PATCH] fixed css v6 --- static/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ed0922a..db06a2c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -178,12 +178,8 @@ main a { width: 100%; } header a { - text-decoration: none; padding: 0px; - border-radius: 5px; - border-style: dotted; - border-width: 1px; - margin: 20px 0px 20px 0px; + margin-right: 0px; } .content-wrapper { padding: 40px 0px 10px 10px;