Skip to content

Commit 38ce31a

Browse files
committed
fix: center homepage navigation
1 parent 723002c commit 38ce31a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@
7272
width: min(calc(100vw - 48px), 960px);
7373
margin: 0 auto 32px;
7474
padding: 8px 0 0;
75-
position: relative;
76-
left: 50%;
77-
transform: translateX(-50%);
7875
}
7976
nav a { color: #6b7280; text-decoration: none; font-size: .9em; font-weight: 500; line-height: 1.4; }
8077
nav a:hover, nav a.active { color: #d97706; }

0 commit comments

Comments
 (0)