forked from deepStateMirrors/tabi
⏪️ 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
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ footer {
|
|||
.nav-links {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
footer section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue