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 { .badge-intro {
margin-top: 10%; margin-top: 10%;
h1 {
line-height: $line-height-medium;
}
.badge-intro-emoji { .badge-intro-emoji {
// it's an emoji so we want fixed deminsions // it's an emoji so we want fixed deminsions
height: 55px; height: 55px;

View File

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