diff options
-rw-r--r-- | css/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/common.css b/css/common.css index 27d64eb..b61d3f4 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -94,7 +94,7 @@ a[href^="http"]:active { | |||
94 | /* links }}} */ | 94 | /* links }}} */ |
95 | /* IMAGES {{{ */ | 95 | /* IMAGES {{{ */ |
96 | figure { | 96 | figure { |
97 | width: 100%; | 97 | max-width: 39em; |
98 | margin: auto; | 98 | margin: auto; |
99 | text-align: center; | 99 | text-align: center; |
100 | } | 100 | } |