Let us get right near the edge, but break words if needed
This commit is contained in:
parent
2b6ce756ba
commit
883075e4e0
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,8 @@ a.card.is-dandelion:hover {
|
|||
line-height: 1em;
|
||||
transform: translateX(-2rem);
|
||||
color: inherit;
|
||||
margin-right: -1em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.title + .subtitle {
|
||||
|
@ -142,6 +144,8 @@ a.card.is-dandelion:hover {
|
|||
color: inherit;
|
||||
font-family: $family-monospace;
|
||||
font-size: $size-6;
|
||||
margin-right: -1em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue