Skip to content

Commit 0efcd2d

Browse files
authoredMar 20, 2025··
Merge pull request #28 from loloop/mauricio/center-nav
makes navigation centered
2 parents 5224e89 + c61cd8f commit 0efcd2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎site/Build/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ main .content {
595595

596596
.site-navigation {
597597
display: flex;
598-
justify-content: flex-start;
598+
justify-content: center;
599599
background-color: white;
600600
margin: 0;
601601
padding: 10px 10%;

‎site/_sass/navigation.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
font-weight: 500;
66
}
77
display: flex;
8-
justify-content: flex-start;
8+
justify-content: center;
99
@include bgcolor('navigation-bg');
1010
margin: 0;
1111
padding: 10px 10%;

0 commit comments

Comments
 (0)
Please sign in to comment.