From 070be5b0e26d0e4f2937d5a761227807f65bd22a Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 20 Apr 2024 20:01:55 +0200 Subject: [PATCH] fixed html for basic sites --- src/static/css/style.css | 7 +++++++ src/templates/template.html | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 884df91..9c541cf 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -258,3 +258,10 @@ form.search::after { clear: both; display: table; } + +.standalone img { + width: 50%; +} +.entry img { + width: 50%; +} diff --git a/src/templates/template.html b/src/templates/template.html index d962258..b633966 100644 --- a/src/templates/template.html +++ b/src/templates/template.html @@ -1,11 +1,12 @@ - + + {{ title }} - + - + {{ font_awesome.load_js() }} @@ -13,7 +14,9 @@