Fix padding for linked images

This commit is contained in:
arne 2022-10-06 23:07:04 +02:00
commit 9173392cf0

View file

@ -72,6 +72,11 @@ a {
&:hover { &:hover {
background: $highlight-1; background: $highlight-1;
} }
&:has(img) {
padding-left: 0;
padding-right: 0;
}
} }
.ten-print { .ten-print {