Fix padding for linked images
This commit is contained in:
parent
8733a90251
commit
9173392cf0
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue