From b0b8f7ffbf563f341745e86bfe85f080f6a8db27 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 8 Dec 2021 11:59:37 +0100 Subject: A bunch of changes --- template/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 972c8f0..aa0be85 100755 --- a/template/style.css +++ b/template/style.css @@ -1,5 +1,5 @@ :root { - --base-document-width: 740px; + --base-document-width: 680px; --base-font-size: 18px; --base-color: #111111; @@ -176,7 +176,7 @@ blockquote p { .post-list li time { display: block; - font-size: 70%; + font-size: 80%; font-weight: 500; line-height: 1.2em; } @@ -300,7 +300,7 @@ article img { position: relative; left: -10%; margin: 40px auto; - border: 1px solid #eee; + /* border: 1px solid #eee; */ } article strong { @@ -349,7 +349,7 @@ audio { article img { max-width: 100%; position: initial; - margin: 50px auto; + margin: 20px auto; } } -- cgit v1.2.3