Skip to content

Commit

Permalink
Merge pull request #99 from Minn-Choi/feature/#6
Browse files Browse the repository at this point in the history
Feature/#6
  • Loading branch information
Minn-Choi authored Dec 10, 2024
2 parents e838510 + 4ddfe41 commit 1dc7e7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/common/feed/MyGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ export default {
background: #ff7f00;
color: #fff;
text-align: center;
font-family: 'NaB';
font-size: 11px;
font-family: 'NaR';
font-size: 14px;
width: 74px;
display: flex;
align-items: center;
Expand All @@ -255,6 +255,7 @@ export default {
.comment-list {
display: flex;
justify-content: center;
flex-direction: column;
gap: 5px;
margin-bottom: 5px;
Expand Down Expand Up @@ -284,7 +285,7 @@ export default {
.nick {
font-family: 'NaB';
font-size: 15px;
font-size: 14px;
color: #FF7F00;
font-style: normal;
font-weight: 300;
Expand Down Expand Up @@ -337,7 +338,7 @@ export default {
background-color: transparent;
border-radius: 0;
font-family: 'NaL';
font-size: 16px;
font-size: 14px;
margin-left: 4px;
}
Expand Down

0 comments on commit 1dc7e7d

Please sign in to comment.