⏪️ style(footer): set paragraph margin to 0
Without this, there's too much spacing around the copyright notice. Partially reverts #197.
This commit is contained in:
@@ -9,6 +9,10 @@ footer {
|
|||||||
.nav-links {
|
.nav-links {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer section {
|
footer section {
|
||||||
|
Reference in New Issue
Block a user