diff --git a/public/500.html b/public/500.html index 757312d9..9ac1c1d0 100644 --- a/public/500.html +++ b/public/500.html @@ -43,6 +43,10 @@ h1::after { content: ' ...there is nothing here if you are on a mobile device'; } + + h1 > small { + display: none; + } }