increase footer links line height on mobile

This commit is contained in:
anna 2021-02-11 23:35:03 +01:00
parent 3ee4b84ad4
commit f87036ccb2
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -36,6 +36,10 @@ footer {
footer .container {
display: block;
}
footer ul {
line-height: 2rem;
}
}
h1, h2, h3, h4, h5, h6 {