Browse Source

Increase line-height for links to allow for descenders

Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
Dan Dascalescu 12 years ago
parent
commit
bca37c2eda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      css/main.css

+ 1 - 0
css/main.css

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