diff options
author | Case Duckworth | 2015-03-12 10:20:48 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 10:20:48 -0700 |
commit | 9070ea8f172fbe91d8f22a75910edc7b06eee05e (patch) | |
tree | dd1839500b5d23de8b5fff7091a341dcc3e5769d /css | |
parent | Add a favicon and compile all files down (diff) | |
download | autocento-9070ea8f172fbe91d8f22a75910edc7b06eee05e.tar.gz autocento-9070ea8f172fbe91d8f22a75910edc7b06eee05e.zip |
Temp fix css for image width--see issue 9
Diffstat (limited to 'css')
-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 | } |