File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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 ;
3853 align-items : center;
3954 flex-wrap : wrap;
4055 gap : 20px ;
56+ min-height : 0 ;
4157}
4258
4359# container404 # btnContainer404 button {
6480@media only screen and (max-width : 625px ) {
6581 # errorContainer h2 { font-size : 25px ; }
6682 .sticker404 { width : 100px ; }
67- }
83+ }
You can’t perform that action at this time.
0 commit comments