aboutsummaryrefslogtreecommitdiff
path: root/_sass/image.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 14:16:08 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 14:16:08 +0200
commit5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (patch)
treed13f3eb2e7cf7bb63664d43b9c79135808e912a7 /_sass/image.css
parentbc5b85043974e4af9c90962c2acde36b0e7de02a (diff)
use sass + fix code hightlight
Diffstat (limited to '_sass/image.css')
-rw-r--r--_sass/image.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/_sass/image.css b/_sass/image.css
new file mode 100644
index 0000000..3e98ae4
--- /dev/null
+++ b/_sass/image.css
@@ -0,0 +1,8 @@
+img {
+ position: relative;
+ display: block;
+ margin: 0 auto var(--page-margins) auto;
+ max-width: 500px;
+ overflow: visible;
+}
+