⏪️ 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:
parent
1bc52944c9
commit
c7bd9b36ce
@ -9,6 +9,10 @@ footer {
|
|||||||
.nav-links {
|
.nav-links {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer section {
|
footer section {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user