mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
fix(navbar): right-align navigation items on desktop
Change navbar configuration from 'left:' to 'right:' to properly right-align all navigation items (Labs, Kits, PDF, etc.) on desktop view. Desktop layout now follows standard pattern: 🏫 ML Systems Labs Kits PDF ⭐❤️🔧 🔍 Better visual balance and follows conventional navbar patterns.
This commit is contained in:
@@ -67,7 +67,7 @@ website:
|
||||
collapse: true
|
||||
collapse-below: "md"
|
||||
title: "ML Systems"
|
||||
left:
|
||||
right:
|
||||
- icon: code
|
||||
text: "Labs"
|
||||
href: contents/labs/labs.qmd
|
||||
|
||||
Reference in New Issue
Block a user