mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-11 12:41:39 +01:00
fix(style): fix summary font-size and padding style
This commit is contained in:
parent
3b833daa30
commit
46eb00f784
3 changed files with 4 additions and 7 deletions
|
@ -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
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue