summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
committerlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
commit3cd7c6aa746e17548190d98e5beecf10d970d0c7 (patch)
tree4e2a9f918674f63984e5635ce35ff2231e427c2e /static/style.css
parentdd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (diff)
food blog ?
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 10 insertions, 0 deletions
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;
+}