diff options
| author | Tobias Pfandzelter <pfandzelter@campus.tu-berlin.de> | 2020-11-18 18:12:55 +0100 |
|---|---|---|
| committer | Tobias Pfandzelter <pfandzelter@campus.tu-berlin.de> | 2020-11-18 18:12:55 +0100 |
| commit | f2dbf084a70b47113f6741455b34e3d65fcdabb1 (patch) | |
| tree | 1b8387fb23fe8307a36dd33da2140f3f86729251 /static/css | |
| parent | 2563883c1c0e1756ebb015a0711d6fb622ff14a8 (diff) | |
resolve figure size
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 917a8f7..dbd8b6b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,4 +6,4 @@ article{padding:24px 0} .center {display: block;margin-left: auto;margin-right: auto;width: 100%;} img {display: block; max-width: 100%; height: auto;} figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;} - +figure {margin: auto} |