From 1bfeca16bcbede10acad6c4ee11e0ef35a0fad81 Mon Sep 17 00:00:00 2001 From: edpibu Date: Tue, 22 Dec 2020 11:38:23 +0100 Subject: [PATCH] Improved link size for touch devices --- css/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/index.css b/css/index.css index bc8e433..8863b82 100644 --- a/css/index.css +++ b/css/index.css @@ -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;