mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 14:55:48 +08:00
line-height adjustment
This commit is contained in:
parent
a52b2c9625
commit
1a72242746
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user