Let us get right near the edge, but break words if needed

This commit is contained in:
benjamin melançon 2018-11-14 00:26:39 -05:00
parent 2b6ce756ba
commit 883075e4e0

View file

@ -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;
}
}