fix(style): fix summary font-size and padding style

This commit is contained in:
Dillon 2020-02-10 22:53:12 +08:00
parent 3b833daa30
commit 46eb00f784
3 changed files with 4 additions and 7 deletions

View file

@ -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;
}

File diff suppressed because one or more lines are too long