From 3cd7c6aa746e17548190d98e5beecf10d970d0c7 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 24 Sep 2024 09:45:59 +0200 Subject: food blog ? --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 247a339..967c9be 100644 --- a/static/style.css +++ b/static/style.css @@ -115,3 +115,13 @@ table { background: var(--code-bg); font-size: 15px; } + +p > img { + width: 90%; + display: block; + text-align: center; + margin-left: auto; + margin-right: auto; + box-shadow: -5px -5px 8px 3px lightgray; + border-radius: 12px; +} -- cgit v1.2.3