line-height adjustment
This commit is contained in:
parent
a52b2c9625
commit
1a72242746
|
@ -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;
|
||||
|
|
|
@ -208,6 +208,7 @@
|
|||
width: 65%;
|
||||
h1 {
|
||||
display: inline-block;
|
||||
line-height: $line-height-medium;
|
||||
}
|
||||
}
|
||||
.external-link {
|
||||
|
|
Loading…
Reference in New Issue