diff options
| author | Dan Allen <dan@opendevise.com> | 2018-02-09 18:37:54 -0700 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-02-09 18:37:54 -0700 |
| commit | 2df6c74a025bb4f21bcaee803bf0a9ff86868010 (patch) | |
| tree | 13560a1adcb019dddde17b3790d699b16b844bd4 /src/css | |
| parent | 545531819b964f453df103cd9caf8a40ccb11359 (diff) | |
| download | alpine-antora-theme-2df6c74a025bb4f21bcaee803bf0a9ff86868010.tar.bz2 alpine-antora-theme-2df6c74a025bb4f21bcaee803bf0a9ff86868010.tar.xz | |
remove auto width on images
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/doc.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/css/doc.css b/src/css/doc.css index 06a4d9f..10a28cd 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -234,14 +234,9 @@ margin-top: 0.5rem; } -.doc .imageblock .content { - max-width: 100%; -} - .doc .imageblock img, .doc .paragraph .image img { height: auto; - width: auto; max-width: 100%; } |
