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 4fc52ea commit e543abbCopy full SHA for e543abb
src/css/footer.css
@@ -48,18 +48,19 @@ footer.footer {
48
.footer-brand figcaption {
49
color: var(--footer-link-font-color);
50
font-family: "Comfortaa", sans-serif;
51
- font-size: 1.9rem;
+ font-size: calc(36 / var(--rem-base) * 1rem);
52
line-height: 1;
53
position: relative;
54
- top: 0.0625em;
+ top: 6%; /* compensate for built-in line height in font */
55
+ letter-spacing: -0.01em;
56
}
57
58
.footer-brand .logo + figcaption {
- margin-left: 0.5em;
59
+ margin-left: 1rem;
60
61
62
.footer-brand img {
- height: 45px;
63
+ height: calc(45 / var(--rem-base) * 1rem);
64
65
66
.footer-brand-links {
0 commit comments