Break long client URLs on mobile

This commit is contained in:
Jonny Barnes 2020-03-08 14:18:37 +00:00
parent 09d0f9b71b
commit 0104112b59
3 changed files with 7 additions and 1 deletions

View file

@ -65,6 +65,10 @@ main {
flex-direction: row;
justify-content: space-between;
.client {
word-break: break-all;
}
.syndication-links {
svg {
height: 1em;