This repository has no description
0

Configure Feed

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

fix: max width

+3 -3
+3 -3
src/components/UserProfile/UserProfile.css
··· 2 2 3 3 /* Container for the profile page */ 4 4 .user-profile { 5 - padding: 20px; 6 - max-width: 100%; 7 - box-sizing: border-box; 5 + margin: auto; 6 + max-width: 1200px; 7 + margin-top: 40px; 8 8 } 9 9 10 10 /* Grid layout styling */