From 142254a3b2ce64fcc7062ae099273670bd8525ac Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sun, 18 Sep 2022 14:07:14 +0300 Subject: icon add --- static/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 527937d..368de8b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -115,7 +115,6 @@ footer{ text-align: left !important; } - /* Right */ .right{ height: auto; @@ -153,8 +152,14 @@ footer{ width: auto; } - .left h4, ul > li{ + .left h4{ text-align: center !important; + list-style-type: none; + } + + .left ul{ + width: 37%; + margin: auto } -- cgit v1.2.3