Increases the margin-top of the animated title when the screen width is 1920px or wider.

main
Martin Braun 10 hours ago
parent 0953f21247
commit f0b2c57888
  1. 7
      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);
}
}
/**

Loading…
Cancel
Save