From d84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sun, 18 Sep 2022 01:20:19 +0300 Subject: minor css --- public/css/style.css | 28 +++++++++++++++++----------- static/css/style.css | 28 +++++++++++++++++----------- 2 files changed, 34 insertions(+), 22 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 494dc57..527937d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -135,14 +135,6 @@ footer{ border: none; } - .left section{ - display: inline; - } - - .left .quote{ - display: none; - } - .left{ border-right: none; } @@ -153,12 +145,26 @@ footer{ margin-bottom: 10px; } + .left section{ + display: inline; + } + + .left section .people, .writers{ + width: auto; + } + + .left h4, ul > li{ + text-align: center !important; + } + + + .left .quote{ + margin: 10px 30px; + } + nav a { padding: 5px; font-size: 20px; - font-weight: bold; - text-decoration: none; - color: #71BC68; } } diff --git a/static/css/style.css b/static/css/style.css index 494dc57..527937d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -135,14 +135,6 @@ footer{ border: none; } - .left section{ - display: inline; - } - - .left .quote{ - display: none; - } - .left{ border-right: none; } @@ -153,12 +145,26 @@ footer{ margin-bottom: 10px; } + .left section{ + display: inline; + } + + .left section .people, .writers{ + width: auto; + } + + .left h4, ul > li{ + text-align: center !important; + } + + + .left .quote{ + margin: 10px 30px; + } + nav a { padding: 5px; font-size: 20px; - font-weight: bold; - text-decoration: none; - color: #71BC68; } } -- cgit v1.2.3