mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
⏪️ 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 {
|
.nav-links {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer section {
|
footer section {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue