File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 44 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
55 < style >
66 html {
7- font-size : calc (0.5 vw + 0.9 rem );
7+ font-size : calc (0.1 vw + 1.2 rem );
88 }
99
1010 body {
1515 }
1616
1717 header {
18+ align-items : center;
1819 display : flex;
1920 flex-direction : column;
20- align-items : center ;
21- padding : 2 rem 0 ;
21+ height : 20 vh ;
22+ padding : 5 vh 0 0 ;
2223 user-select : none;
2324 -moz-user-select : none;
2425 }
4546 }
4647
4748 .example {
48- padding : 2.5rem 2rem ;
49+ align-items : center;
50+ display : flex;
51+ height : 50vh ;
52+ padding : 5vh 2rem ;
4953 }
5054
5155 .how-it-works {
5256 cursor : pointer;
57+ height : 10vh ;
5358 transform : rotate (-2deg ) translateY (-1px );
5459 user-select : none;
5560 }
7277 .container .title {
7378 color : # aaa ;
7479 font-weight : 700 ;
80+ margin : 1rem 0 0.5rem ;
7581 max-width : 1000px ;
7682 text-transform : uppercase;
7783 user-select : none;
8288 border : 1px solid # eee ;
8389 border-radius : 0.5rem ;
8490 display : flex;
85- margin : 1.5 rem 0 ;
91+ margin : 1 rem 0 ;
8692 max-width : 1000px ;
8793 width : 100% ;
8894 }
147153 </ main >
148154 < script src ="./example.ts "> </ script >
149155 < script src ="./content.ts "> </ script >
150- <!-- TODO fix unexpanded landing alignment -->
151156 </ body >
152157</ html >
Original file line number Diff line number Diff line change 11// If debug is initially set to false it will not be toggleable.
2- let debug = true && location . hostname === "localhost" ;
2+ let debug = false && location . hostname === "localhost" ;
33export const isDebug = ( ) => debug ;
44
55const debugListeners : ( ( debug : boolean ) => void ) [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments