/* Center the header title and nav links */ .header-display-desktop .header-title-nav { display: flex; flex-direction: column; align-items: center; width: 100%; } .header-display-desktop .header-title { text-align: center; margin-bottom: 4px; } .header-display-desktop .header-nav-list { justify-content: center; }