From f0b2c5788820969f1d041f005a043ff086aed5bc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 28 Apr 2026 16:00:39 +0200 Subject: [PATCH] Increases the margin-top of the animated title when the screen width is 1920px or wider. --- styles-5.5.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles-5.5.css b/styles-5.5.css index c4bab97..23ac243 100644 --- a/styles-5.5.css +++ b/styles-5.5.css @@ -467,6 +467,13 @@ b { } } +/* Increases the margin-top of the animated title when the screen width is 1920px or wider. */ +@media (min-width: 1920px) { + .title { + margin-top: calc(28.82vw - 53.3px); + } +} + /**