This repository has no description
0

Configure Feed

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

fix

+3 -1
+3 -1
app/src/components/NavigationBar.module.css
··· 185 185 } 186 186 187 187 /* Small mobile layout */ 188 - @media (max-width: 480px) { 188 + @media (max-width: 520px) { 189 189 .navbar { 190 190 padding: 1rem 1rem 1.5rem; 191 191 gap: 0; ··· 196 196 align-items: center; 197 197 text-align: center; 198 198 gap: 1rem; 199 + display: inline; 200 + margin-bottom: 1rem; 199 201 } 200 202 201 203 .logo {