line-height adjustment

This commit is contained in:
Kris 2019-02-05 21:44:06 -05:00
parent a52b2c9625
commit 1a72242746
2 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,9 @@
}
.badge-intro {
margin-top: 10%;
h1 {
line-height: $line-height-medium;
}
.badge-intro-emoji {
// it's an emoji so we want fixed deminsions
height: 55px;

View File

@ -208,6 +208,7 @@
width: 65%;
h1 {
display: inline-block;
line-height: $line-height-medium;
}
}
.external-link {