fix line height

This commit is contained in:
Alexander Popov 2022-10-12 22:50:21 +03:00
parent 13464c12e4
commit d9ba9947fe
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,10 @@ html, body {
min-height: 100vh;
}
p {
line-height: 1.5rem;
}
/* layout */
.header {
border-bottom: 1px solid var(--code-bg-color);

View File

@ -38,6 +38,12 @@ nav {
padding-top: 1rem;
}
/* changelog section */
.changelog__detail li {
line-height: 1.5rem;
}
/* feature section */
.feature {
display: flex;