Normalize line height in footer
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin: 1rem 0 0;
|
margin-block-start: 1rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@ -96,6 +96,7 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
Reference in New Issue
Block a user