This repository has no description
0

Configure Feed

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

fix again

+6 -1
+6
src/App.css
··· 232 232 text-align: center; 233 233 } 234 234 235 + @media (max-width: 330px) { 236 + input { 237 + margin: 0; 238 + } 239 + } 240 + 235 241 .disclaimer { 236 242 opacity: 0.6; 237 243 font-size: 0.8em;
-1
src/components/Login/Login.css
··· 62 62 font-family: inherit; 63 63 text-align: center; 64 64 box-sizing: border-box; 65 - margin: 0; 66 65 } 67 66 68 67 .login-input-field:hover,