From d2b5d21dd30e09f5fa3c8d6827c390bb154ac3d6 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 18 Sep 2019 15:02:28 +0200 Subject: [PATCH] Link ops fedi account For link verification --- index.html | 4 ++++ styles/style.css | 4 ++++ 2 files changed, 8 insertions(+) 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;