mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
reduce top margin of p
This commit is contained in:
parent
e88e27ccfd
commit
235dd81469
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@ h6 {
|
|||
|
||||
p {
|
||||
hyphens: none;
|
||||
margin: 0.75rem 2px;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-top: 0.25rem;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in a new issue