Skip to content

Commit 78c919d

Browse files
authored
user-profile margin fix (#224)
* user-profile margin fix * lock file delete
1 parent 48bcfa8 commit 78c919d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3+
# lock file
4+
package-lock.json
5+
36
# dependencies
47
/node_modules
58
/.pnp

src/components/profile/profile.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
.profile {
2-
border: 30px solid transparent;
3-
border-radius: 100px;
4-
max-width: fit-content;
5-
margin-left: auto;
6-
margin-right: auto;
7-
}
2+
max-width: 600px;
3+
margin: 0 auto;
4+
}

0 commit comments

Comments
 (0)