From 3d274bde54f0194b231c7113f61eaf93881f0f1b Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:10:48 +0200 Subject: [PATCH] 404 page: add more responsiveness --- css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 9994eeb7..a6b59844 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4437,12 +4437,19 @@ p.hangouts-social { margin-top: 5%; } +@media only screen and (max-width: 62rem) { + +#fourofour { + margin-top: 25%; +} + +} + @media only screen and (max-width: 48rem) { #fourofour { font-weight: bold; font-size: 8rem; - margin-top: 25%; } }