fix(css): decrease p margin

This commit is contained in:
thek4n 2026-07-15 13:05:11 +03:00
parent 705fc670c7
commit c9dee232ce

View File

@ -31,6 +31,10 @@
text-decoration: none !important;
}
p {
margin-bottom: 0;
}
h1, h2, h3, h4 {
color: #ffffff;
margin-top: 1.5em;