Improved link size for touch devices
This commit is contained in:
parent
a34cf196e7
commit
1bfeca16bc
1 changed files with 13 additions and 0 deletions
|
@ -52,6 +52,11 @@ footer ul {
|
|||
list-style: none;
|
||||
padding: 1em;
|
||||
}
|
||||
footer li {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
margin: 12px;
|
||||
}
|
||||
footer li span {
|
||||
font-weight: 800;
|
||||
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) {
|
||||
.left h1, .left h2 {
|
||||
font-size: 4rem;
|
||||
|
|
Reference in a new issue