Fix 404 styles

This commit is contained in:
Fede Álvarez 2022-04-08 15:51:33 +02:00
parent f738ab22e4
commit 1b0ec4b38c

View File

@ -13,8 +13,8 @@
height: calc(var(--vh) * 100);
text-align: center;
*:not(.gradient) {
z-index: 1;
*:not(.gradient, .video) {
z-index: 2;
}
@media screen and (max-width: 800px) {