This repository has no description
0

Configure Feed

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

tweak styles

+5 -4
+5 -4
app/src/components/NavigationBar.module.css
··· 48 48 font-weight: bold; 49 49 font-size: 1.5rem; 50 50 margin-right: 1.5rem; 51 + width: 150px; 51 52 } 52 53 53 54 .logoText { 54 55 display: inline-block; 55 56 color: var(--primary-color); 56 - font-weight: 800; 57 - letter-spacing: -0.5px; 57 + font-weight: 600; 58 58 } 59 59 60 60 .navLinks { 61 61 display: flex; 62 - gap: 1rem; 63 62 } 64 63 65 64 .navLink { ··· 113 112 @media (max-width: 1100px) { 114 113 .navbar { 115 114 flex-wrap: wrap; 116 - padding: 0.5rem 1rem; 115 + padding: 1.0rem 1.5rem 1.7rem; 116 + gap: 0.7rem; 117 117 } 118 118 119 119 .navStart { ··· 156 156 .navSearch { 157 157 order: 0; 158 158 flex: 1 1 auto; 159 + margin-right: 1.5rem; 159 160 } 160 161 161 162 .navEnd {