Fix public page footer link wrap

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-01 11:14:31 +02:00
parent e4f3098492
commit 688de57c50
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 3 additions and 0 deletions

View File

@ -73,8 +73,11 @@ $footer-height: 65px;
a {
color: var(--color-text-lighter);
font-weight: 600;
white-space: nowrap;
/* increasing clickability to more than the text height */
padding: 13px;
margin: -13px;
line-height: 200%;
}
}
}