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 năm trước cách đây
mục cha
commit
bca37c2eda
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;