reduce top margin of p

This commit is contained in:
Luna D 2021-09-22 00:54:26 +02:00
parent e88e27ccfd
commit 235dd81469
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -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 {