File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333 --fs-prev : 50px ;
3434 --fs-click : 50px ;
3535 --fs-loading : 50px ;
36- --top-title : 100px ;
36+ --top-title : 100px ;
37+ --bottom-click : 100px ;
3738 }
3839
3940 @media (max-width : 767px ){
4041 body
4142 { --fs-title : 50px ;
4243 --fs-link : 20px ;
4344 --fs-prev : 20px ;
45+ --fs-loading : 20px ;
4446 --top-title : 50px ;
47+ --bottom-click : 50px ;
4548 }
4649 }
4750
6467 {position : absolute;bottom : 0 ;left : 0 ;right : 0 ;margin : auto;text-align : center}
6568
6669 h3
67- {position : absolute;bottom : 100 px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : var (--fs-click )}
70+ {position : absolute;bottom : var ( --bottom-click ) ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : var (--fs-click )}
6871
6972 # loading
7073 {position : absolute;bottom : 20px ;left : 0 ;right : 0 ;margin : auto;text-align : center;font-size : var (--fs-loading )}
You can’t perform that action at this time.
0 commit comments