Skip to content

Commit 7778866

Browse files
committed
Reduce letter spacing in name
1 parent 2911f31 commit 7778866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ main {
163163
font-weight: 400;
164164
margin-bottom: 1rem;
165165
color: var(--accent-color);
166-
letter-spacing: 2px;
166+
letter-spacing: -2px;
167167
text-transform: none;
168168
line-height: 0.9;
169169
}

0 commit comments

Comments
 (0)