summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 7cd581e..22bae76 100644
--- a/style.scss
+++ b/style.scss
@@ -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;