From 9ca288add59a588997dc26dd8d77743b125b2d42 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 5 May 2020 10:09:03 +0100 Subject: [PATCH] stylesheet conflict again --- content/css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/css/style.css b/content/css/style.css index c6df504d..b5373293 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -233,6 +233,11 @@ width:95%; display:block; padding: 10px; } + .sidebar img{ + width:150px; + border-radius: 50%; + } + .sidebar .logo-title { text-align: center; padding-top: 240px; @@ -344,7 +349,7 @@ width:95%; .post .post-content a:hover, .h-entry a:hover { color: var(--link-colour); } -.post .post-content h3 { +.post .post-content h3,section aside h3 { color: var(--text-colour); font-size: 22px; font-weight: 600; @@ -721,7 +726,7 @@ a.btn { } .contents aside time{ - font-size:11px; + font-size:12px; } .pagination { @@ -773,7 +778,7 @@ a.btn { .page-top .language-selector i{ padding:0 5px; } - .post-title h3 { + .post-title h3, section aside h3 { line-height: 1.6; }