File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 font-family : var (--font-family );
2424 background : var (--site-background );
2525 color : var (--body-text-color );
26- min- height: calc (100vh - 2 * var (--body-padding ));
26+ height : calc (100vh - 2 * var (--body-padding ));
2727}
2828
2929/* text elements */
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > The Sims 2 BHAV to Mermaid diagram</ title >
88 < link rel ="icon " type ="image/x-icon " href ="assets/favicon.svg ">
9- < link rel ="stylesheet " href ="assets/style.css?v=6 " />
9+ < link rel ="stylesheet " href ="assets/style.css?v=7 " />
1010 < script src ="assets/common.js?v=3 "> </ script >
1111 < script src ="assets/svg-pan-zoom-container.js?v=0.6.1 "> </ script > <!-- https://github.com/luncheon/svg-pan-zoom-container -->
1212 < style >
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > Nopke's web tools</ title >
88 < link rel ="icon " type ="image/x-icon " href ="assets/favicon.svg ">
9- < link rel ="stylesheet " href ="assets/style.css?v=6 " />
9+ < link rel ="stylesheet " href ="assets/style.css?v=7 " />
1010 < style >
1111 body {
1212 --body-padding : 1.5rem ;
1313 max-width : 30rem ;
1414 margin : auto;
1515 box-shadow : 0 0 1rem # 0004 ;
16+ min-height : calc (100vh - 2 * var (--body-padding ));
17+ height : auto;
1618 }
1719
1820 dl {
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < title > The Sims 2 resource list to table</ title >
88 < link rel ="icon " type ="image/x-icon " href ="assets/favicon.svg ">
9- < link rel ="stylesheet " href ="assets/style.css?v=6 " />
9+ < link rel ="stylesheet " href ="assets/style.css?v=7 " />
1010 < script src ="assets/common.js?v=2 "> </ script >
1111 < script src ="assets/ts2-resource-info.js?v=1 "> </ script >
1212 < style >
You can’t perform that action at this time.
0 commit comments