Reduce space used by image

This commit is contained in:
David Cook
2024-01-10 15:55:40 +11:00
parent a6a3a02d79
commit ca73a9ab62

View File

@@ -131,6 +131,10 @@
td {
border-bottom: 2px solid $color-tbl-bg;
&.with-image {
padding: 8px;
}
}
tr:first-child td {
@@ -379,6 +383,7 @@
position: relative;
img {
display: block;
border-radius: $border-radius;
}