Skip to content

Commit 4f36c77

Browse files
committed
Fix prev button alignment on mobile
1 parent 154e5ef commit 4f36c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homedocs/src/components/PageNav.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ const nextPage = currentIndex < pages.length - 1 ? pages[currentIndex + 1] : nul
113113

114114
.nav-link.prev {
115115
margin-right: auto;
116+
justify-content: flex-start;
116117
}
117118

118119
.nav-link.prev .nav-content {

0 commit comments

Comments
 (0)