increase footer links line height on mobile
This commit is contained in:
parent
3ee4b84ad4
commit
f87036ccb2
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ footer {
|
|||
footer .container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
footer ul {
|
||||
line-height: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
|
Loading…
Reference in a new issue