Skip to content

Commit 926d4b2

Browse files
Copilotmvadari
andcommitted
Fix category navigation centering by adding text-align to container
Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
1 parent 2b107a0 commit 926d4b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/assets/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ main { min-height: calc(100vh - 200px); padding: 48px 0; }
263263
background: var(--bg-color-raised);
264264
border: 1px solid var(--border-color);
265265
border-radius: 8px;
266+
text-align: center;
266267
}
267268

268269
.category-nav h3 {

0 commit comments

Comments
 (0)