aboutsummaryrefslogtreecommitdiff
path: root/css/image.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-13 13:50:54 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-13 13:50:54 +0200
commitdee0b16c1cdf18d205ffcb738eda0e9049396fd0 (patch)
treeb905daa11c075ef6a112b4ac65aec759ea0566a3 /css/image.css
parentce37824c5260dd370c61cf174ea80ca7deeb1058 (diff)
fix more stuff
Diffstat (limited to 'css/image.css')
-rw-r--r--css/image.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/css/image.css b/css/image.css
index d354ab9..3e98ae4 100644
--- a/css/image.css
+++ b/css/image.css
@@ -1,16 +1,8 @@
-.image,
-.image img {
- width: 100%;
- max-width: 500px;
-}
-
-.image {
+img {
+ position: relative;
+ display: block;
margin: 0 auto var(--page-margins) auto;
+ max-width: 500px;
+ overflow: visible;
}
-.image p {
- text-align: left;
- opacity: .8;
- font-style: italic;
- margin-top: 12px;
-}