Skip to content

Commit 3718169

Browse files
authored
📦 Updates
1 parent d22275f commit 3718169

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎assets/css/styles/404.css‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,27 @@
44
***********
55
*/
66

7+
#linkStartVideo {
8+
display: none;
9+
z-index: 999;
10+
position: absolute;
11+
top: 0;
12+
left: 0;
13+
width: 100vw;
14+
height: 100vh;
15+
background-color: aliceblue;
16+
}
17+
18+
/* don't show video controls on FullScreen */
19+
#linkStartVideo::-webkit-media-controls { display:none !important; }
20+
721
#container404 {
822
display: flex;
923
justify-content: center;
1024
align-items: center;
1125
flex-direction: column;
1226
flex-wrap: wrap;
27+
min-height: 0;
1328

1429
width: 100vw;
1530
height: 100vh;
@@ -38,6 +53,7 @@
3853
align-items: center;
3954
flex-wrap: wrap;
4055
gap: 20px;
56+
min-height: 0;
4157
}
4258

4359
#container404 #btnContainer404 button {
@@ -64,4 +80,4 @@
6480
@media only screen and (max-width: 625px) {
6581
#errorContainer h2 { font-size: 25px; }
6682
.sticker404 { width: 100px; }
67-
}
83+
}

0 commit comments

Comments
 (0)