diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-13 13:50:54 +0200 |
commit | dee0b16c1cdf18d205ffcb738eda0e9049396fd0 (patch) | |
tree | b905daa11c075ef6a112b4ac65aec759ea0566a3 /css/image.css | |
parent | ce37824c5260dd370c61cf174ea80ca7deeb1058 (diff) |
fix more stuff
Diffstat (limited to 'css/image.css')
-rw-r--r-- | css/image.css | 18 |
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; -} |