fix line height
This commit is contained in:
parent
13464c12e4
commit
d9ba9947fe
@ -4,6 +4,10 @@ html, body {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* layout */
|
/* layout */
|
||||||
.header {
|
.header {
|
||||||
border-bottom: 1px solid var(--code-bg-color);
|
border-bottom: 1px solid var(--code-bg-color);
|
||||||
|
@ -38,6 +38,12 @@ nav {
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* changelog section */
|
||||||
|
|
||||||
|
.changelog__detail li {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* feature section */
|
/* feature section */
|
||||||
.feature {
|
.feature {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user