summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
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;
+}