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;