Skip to content

Commit

Permalink
fix: some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 26, 2019
1 parent bc2f1ae commit d778034
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions assets/scss/_common/_page/home-posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
color: var(--color-contrast-higher);
}

.summary {
line-height: $lineHeight;
display: block;
}

.read-more-container {
text-align: center;
margin-top: 1.618em;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/_common/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {
background-color: var(--color-bg);
overflow-wrap: break-word;
word-wrap: break-word;
line-height: 1.618;
}

.container {
Expand Down
6 changes: 4 additions & 2 deletions assets/scss/_common/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
line-height: 1.5;
}

.chinese-zodiac {
float: right;
.list-year {
display: flex;
justify-content: space-between;
align-items: baseline;
}

.term-count {
Expand Down

0 comments on commit d778034

Please sign in to comment.