diff --git a/index.html b/index.html index 56f6827..87dfce8 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,10 @@ (recommended) or on Twitter.

+ diff --git a/styles/style.css b/styles/style.css index a33d9c1..4bcf9ca 100644 --- a/styles/style.css +++ b/styles/style.css @@ -75,6 +75,10 @@ main p { margin-bottom: 1em; } +.hidden { + display: none !important; +} + @media screen and (max-width: 760px) { header { margin-top: 4rem;