Skip to content

Commit

Permalink
fix(project-card): link 간격 gap -> margin으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 28, 2021
1 parent 01fb710 commit f7cf434
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions components/project/project/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ a {
flex-direction: row;
justify-content: space-between;
padding: 24px;
grid-gap: 8px;
.link-item {
margin-right: 8px;
a {
font-weight: bold;
font-size: 18px;
Expand All @@ -142,9 +142,7 @@ a {
cursor: pointer;
}
.link-item:last-child {
a {
margin: 0;
}
margin: 0;
}
}
}
Expand Down Expand Up @@ -181,8 +179,8 @@ a {
flex-direction: row;
justify-content: space-between;
padding: 24px;
grid-gap: 8px;
.link-item {
margin-right: 8px;
a {
font-weight: bold;
font-size: 18px;
Expand All @@ -199,9 +197,7 @@ a {
cursor: pointer;
}
.link-item:last-child {
a {
margin: 0;
}
margin: 0;
}
}
}
Expand Down Expand Up @@ -236,8 +232,8 @@ a {
flex-direction: row;
justify-content: space-between;
padding: 24px;
grid-gap: 8px;
.link-item {
margin-right: 8px;
a {
font-weight: bold;
font-size: 18px;
Expand All @@ -254,9 +250,7 @@ a {
cursor: pointer;
}
.link-item:last-child {
a {
margin: 0;
}
margin: 0;
}
}
}
Expand Down Expand Up @@ -290,8 +284,8 @@ a {
flex-direction: row;
justify-content: space-between;
padding: 16px;
grid-gap: 8px;
.link-item {
margin-right: 8px;
a {
font-weight: bold;
font-size: 14px;
Expand All @@ -308,9 +302,7 @@ a {
cursor: pointer;
}
.link-item:last-child {
a {
margin: 0;
}
margin: 0;
}
}
}
Expand Down Expand Up @@ -344,8 +336,8 @@ a {
flex-direction: row;
justify-content: space-between;
padding: 16px;
grid-gap: 8px;
.link-item {
margin-right: 8px;
a {
font-weight: bold;
font-size: 14px;
Expand All @@ -362,9 +354,7 @@ a {
cursor: pointer;
}
.link-item:last-child {
a {
margin: 0;
}
margin: 0;
}
}
}
Expand Down

0 comments on commit f7cf434

Please sign in to comment.