We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31791a commit 4f21338Copy full SHA for 4f21338
src/css/footer.css
@@ -51,7 +51,7 @@ footer.footer {
51
font-size: calc(36 / var(--rem-base) * 1rem);
52
line-height: 1;
53
position: relative;
54
- top: 6%; /* compensate for built-in line height in font */
+ top: 0.06em; /* compensate for built-in line height in font */
55
letter-spacing: -0.02em;
56
}
57
src/css/header.css
@@ -52,7 +52,7 @@ body {
font-size: 1rem;
- top: 2.5%; /* compensate for built-in line height in font */
padding: 0;
58
margin: 0 1rem;
0 commit comments