aboutsummaryrefslogtreecommitdiff
path: root/css/image.css
diff options
context:
space:
mode:
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;
-}