Skip to content

Commit

Permalink
Merge pull request #6 from p12-sandbox/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yukyu30 authored Oct 17, 2021
2 parents d3e4bfe + e0b5769 commit 19e1787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/_PostList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $side-padding-sm: 1rem;
display: flex;
flex-flow: column;
position: relative;
border-radius: 9px;
border-radius: 4px;
background: var(--color-base-background-lighter);
}
.post-link__author {
Expand Down Expand Up @@ -39,7 +39,7 @@ $side-padding-sm: 1rem;
}

.post-link__author-img {
border-radius: 25%;
border-radius: 50%;
margin-right: 0.7rem;
}
.post-link__title {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/pages/members/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
opacity: 0.7;
}
.member-card__avatar-img {
border-radius: 0;
border-radius: 50%;
width: 100%;
height: auto;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/pages/members/_name.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
text-align: center;
}
.member-header__avatar-img {
border-radius: 18px;
border-radius: 50%;
}
.member-header__name {
margin-top: 0.5rem;
Expand Down

1 comment on commit 19e1787

@vercel
Copy link

@vercel vercel bot commented on 19e1787 Oct 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.