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); + } +} + /**