File tree Expand file tree Collapse file tree 1 file changed +23
-7
lines changed
Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 2727 {font-family : allura;color : # c5a880 ;background : # 00101a }
2828
2929 body
30- {overflow : hidden;background : # 00101a ;opacity : 0 ;transition : all 1s }
31-
30+ {overflow : hidden;background : # 00101a ;opacity : 0 ;transition : all 1s ;
31+ --fs-title : 110px ;
32+ --fs-link : 50px ;
33+ --fs-prev : 50px ;
34+ --fs-click : 50px ;
35+ --fs-loading : 50px ;
36+ }
37+
38+ @media (max-width : 767px ){
39+ body
40+ {--fs-title : 50px
41+ --fs-link:30px ;
42+ --fs-prev : 20px ;
43+ }
44+ }
45+
46+
47+
3248 canvas
3349 {position : fixed;width : 100vw ;height : 100vh }
3450
3551 # link
36- {position : absolute;left : 0 ;right : 0 ;top : 20px ;text-align : center;font-size : 50 px ;color : # c5a880 }
52+ {position : absolute;left : 0 ;right : 0 ;top : 20px ;text-align : center;font-size : var ( --fs-link ) ;color : # c5a880 }
3753
3854 # xmas-2024
39- {position : absolute;left : 20px ;top : 20px ;font-size : 50 px ;color : # c5a880 }
55+ {position : absolute;left : 20px ;top : 20px ;font-size : var ( --fs-prev ) ;color : # c5a880 }
4056
4157 h2
42- {position : absolute;left : 0 ;right : 0 ;top : 100px ;text-align : center;font-size : 110 px }
58+ {position : absolute;left : 0 ;right : 0 ;top : 100px ;text-align : center;font-size : var ( --fs-title ) }
4359
4460
4561 # info
4662 {position : absolute;bottom : 0 ;left : 0 ;right : 0 ;margin : auto;text-align : center}
4763
4864 h3
49- {position : absolute;bottom : 100px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : 50 px }
65+ {position : absolute;bottom : 100px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : var ( --fs-click ) }
5066
5167 # loading
52- {position : absolute;bottom : 20px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : 50 px }
68+ {position : absolute;bottom : 20px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : var ( --fs-loading ) }
5369
5470
5571
You can’t perform that action at this time.
0 commit comments