Increase line-height for links to allow for descenders

Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
master
Dan Dascalescu 2012-08-13 18:50:44 -07:00
parent 6fa17971b5
commit bca37c2eda
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ body {
.reveal .roll {
display: inline-block;
line-height: 1.2;
overflow: hidden;
vertical-align: top;