Skip to content

Commit

Permalink
fix(css): reduce margin in list item
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Oct 30, 2024
1 parent 65d5dfd commit 0dc76c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/layout/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
.list-item-time {
text-align: right;
margin-left: 1em;
margin-left: 1em !important;
}
}
@if ($listDatePosition == "left") {
Expand All @@ -31,7 +31,7 @@
}
.list-item-title {
text-align: right;
margin-left: 1em;
margin-left: 1em !important;
}
}

Expand Down

0 comments on commit 0dc76c2

Please sign in to comment.