diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-10-08 11:24:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-10-08 11:24:32 +0200 |
commit | 76b465028922238b89b1eeeead3a3b070d5cdad8 (patch) | |
tree | 0635e07e74f467a19b2f05a74e447ad23c68a958 /style.scss | |
parent | 35b992451bf30078eb7801c80349ba6820d61828 (diff) |
avoid double right padding/margin for images with caption
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -291,6 +291,12 @@ table.img { max-width: 100%; height: auto; } +table.img td { + padding: 0; +} +table.img img { + margin-right: 0; +} //Styling of tall images img.tall { width: 300px; |