this repo has no description
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak nav logo size and feature card title alignment

Shrink the header wordmark icon to 26px. Center Built different card
titles with their icons (flex align-items) and drop the icon nudge margin.

Made-with: Cursor

+5 -6
+4 -5
assets/styles.css
··· 355 355 } 356 356 357 357 .nav-logo img { 358 - width: 32px; 359 - height: 32px; 358 + width: 26px; 359 + height: 26px; 360 360 filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(1500%) 361 361 hue-rotate(195deg) brightness(95%); 362 362 } ··· 657 657 box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1); 658 658 } 659 659 660 - /* Icon + title on one row (matches provider card pattern) */ 660 + /* Icon + title on one row — vertically center title with icon */ 661 661 .feature-card-title-row { 662 662 display: flex; 663 663 flex-direction: row; 664 - align-items: flex-start; 664 + align-items: center; 665 665 gap: 0.65rem; 666 666 margin-bottom: 0.75rem; 667 667 } ··· 683 683 justify-content: center; 684 684 color: #254a9e; 685 685 flex-shrink: 0; 686 - margin-top: 0.1em; 687 686 } 688 687 689 688 /* ================================
+1 -1
components/Nav.tsx
··· 3 3 <> 4 4 <nav class="nav" id="main-nav"> 5 5 <a href="/" class="nav-logo"> 6 - <img src="/union.svg" alt="Atmosphere" width="32" height="32" /> 6 + <img src="/union.svg" alt="Atmosphere" width="26" height="26" /> 7 7 <span class="nav-logo-text">Atmosphere</span> 8 8 </a> 9 9 <div class="nav-links">