This repository has no description
0

Configure Feed

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

fix padding

+3 -2
+3
app/src/app/globals.css
··· 159 159 min-height: calc(100vh - 60px); 160 160 width: 100%; 161 161 padding-bottom: 2rem; 162 + max-width: 800px; 163 + margin: 0 auto; 164 + padding: 2rem 1rem; 162 165 } 163 166 164 167 a {
-2
app/src/app/profile/[handle]/profile.module.css
··· 1 1 .container { 2 2 max-width: 800px; 3 - margin: 0 auto; 4 - padding: 2rem 1rem; 5 3 } 6 4 7 5 .header {