Improved link size for touch devices

This commit is contained in:
Edgar P. Burkhart 2020-12-22 11:38:23 +01:00
parent a34cf196e7
commit 1bfeca16bc
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,11 @@ footer ul {
list-style: none; list-style: none;
padding: 1em; padding: 1em;
} }
footer li {
height: 24px;
line-height: 24px;
margin: 12px;
}
footer li span { footer li span {
font-weight: 800; font-weight: 800;
margin-right: 1em; margin-right: 1em;
@ -88,6 +93,14 @@ footer a:active {
} }
} }
@media screen and (hover: hover) {
footer li {
height: initial;
line-height: initial;
margin: initial;
}
}
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
.left h1, .left h2 { .left h1, .left h2 {
font-size: 4rem; font-size: 4rem;