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