We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bcfa8 commit 78c919dCopy full SHA for 78c919d
2 files changed
.gitignore
@@ -1,5 +1,8 @@
1
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3
+# lock file
4
+package-lock.json
5
+
6
# dependencies
7
/node_modules
8
/.pnp
src/components/profile/profile.css
@@ -1,7 +1,4 @@
.profile {
- border: 30px solid transparent;
- border-radius: 100px;
- max-width: fit-content;
- margin-left: auto;
- margin-right: auto;
-}
+ max-width: 600px;
+ margin: 0 auto;
+ }
0 commit comments