Skip to content

Commit 64c2fd3

Browse files
committed
tweak letter spacing of logotype
1 parent f15bc4a commit 64c2fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ footer.footer {
5252
line-height: 1;
5353
position: relative;
5454
top: 6%; /* compensate for built-in line height in font */
55-
letter-spacing: -0.01em;
55+
letter-spacing: -0.02em;
5656
}
5757

5858
.footer-brand .logo + figcaption {

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body {
4949
line-height: 1;
5050
position: relative;
5151
top: 2.5%; /* compensate for built-in line height in font */
52-
letter-spacing: -0.01em;
52+
letter-spacing: -0.02em;
5353
padding: 0;
5454
margin: 0 1rem;
5555
align-self: center;

0 commit comments

Comments
 (0)