Skip to content

Commit

Permalink
Fix public page footer link wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Oct 1, 2018
1 parent 565220a commit 4e58490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
}
}
Expand Down

0 comments on commit 4e58490

Please sign in to comment.