summaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-02-09 18:37:54 -0700
committerDan Allen <dan@opendevise.com>2018-02-09 18:37:54 -0700
commit2df6c74a025bb4f21bcaee803bf0a9ff86868010 (patch)
tree13560a1adcb019dddde17b3790d699b16b844bd4 /src/css
parent545531819b964f453df103cd9caf8a40ccb11359 (diff)
downloadalpine-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.css5
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%;
}