Skip to content

Commit e62b556

Browse files
committed
padding,marginを調整
1 parent 5c9a4a6 commit e62b556

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/PeriodCard.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ export default Vue.extend({
5353
.PeriodCard {
5454
display: flex;
5555
border-bottom: 1px solid $color-base-color-02;
56+
padding-bottom: 12px;
57+
margin-bottom: 12px;
58+
59+
&:last-child {
60+
border: none;
61+
}
5662
5763
.PeriodCard-NumberBlock {
5864
display: flex;

0 commit comments

Comments
 (0)