From 0f5668bf18073a91167785eda2ebbf60da2f3c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6hm?= Date: Thu, 14 Oct 2021 11:50:22 +0200 Subject: [PATCH] change table style --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index e950bb9..daae1df 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -128,6 +128,11 @@ button:focus { .content-item-inner2 { margin-top: 20px; + margin-bottom: 40px; + border-right: 2px solid #222831; + border-left: 2px solid #222831; + border-bottom: 2px solid #222831; + border-radius: 8px 8px 0px 0px; } .content-item-inner3 {