Skip to content

Commit ddfba43

Browse files
committed
Update layout.css
1 parent 7f4aefa commit ddfba43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/styles/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
.nav {
4949
display: flex;
5050
align-items: center;
51-
gap: var(--spacing-md);
51+
gap: calc(var(--spacing-md) + 2px);
5252
}
5353

5454
.nav-link {

0 commit comments

Comments
 (0)