Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(style): fix summary font-size and padding style
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Feb 10, 2020
1 parent 3b833da commit 46eb00f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions assets/css/_page/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,14 @@
h5,
h6,
p {
font-size: 1rem;
margin: 0;
padding: .3rem 0;
padding: .2rem 0;
overflow: hidden;
overflow-wrap: break-word;
text-overflow: ellipsis;
}

p {
padding: 0;
}

a {
word-break: break-all;
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 46eb00f

Please sign in to comment.