️ style(footer): set paragraph margin to 0

Without this, there's too much spacing around the copyright notice.

Partially reverts #197.
main
welpo 1 year ago
parent 1bc52944c9
commit c7bd9b36ce
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -9,6 +9,10 @@ footer {
.nav-links {
color: var(--primary-color);
}
p {
margin: 0;
}
}
footer section {

Loading…
Cancel
Save