mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37: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 {
|
p {
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
margin: 0.75rem 2px;
|
margin-bottom: 0.75rem;
|
||||||
margin-right: 0;
|
margin-top: 0.25rem;
|
||||||
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue