diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..7627a61 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..0dcbc2d Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..8558ff8 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/css/chart-style.css b/css/chart-style.css index 3572eeb..f1041d1 100644 --- a/css/chart-style.css +++ b/css/chart-style.css @@ -65,8 +65,8 @@ #safe-lead-level-description { position: relative; - right: -2.5rem; - bottom: 5rem; + right: -2.5em; + bottom: 4rem; box-sizing: border-box; font-size: 0.8rem; width: 9rem; @@ -77,7 +77,7 @@ /* mobile compatibility */ - +/* phone vertical */ @media screen and (width <= 450px) { #lead-level-chart { @@ -87,16 +87,32 @@ #safe-lead-level-description { bottom: 4rem; + right: -4.5em; } } -@media screen and (max-width: 1000px) and (min-width: 450px) { +@media screen and (width <= 300px) { + + #lead-level-chart { + padding-top: 2.5rem; + + } + + #safe-lead-level-description { + bottom: 4rem; + right: -0.5em; + } + +} + +/* phone horizontal, except iPad vertical */ +@media screen and (max-width: 1000px) and (min-width: 450px) and (max-height: 700px) { #safe-lead-level-description { position: relative; - right: -2rem; - bottom: 4.5rem; + right: -25px; + bottom: 5rem; box-sizing: border-box; font-size: 0.8rem; width: 9rem; @@ -108,4 +124,13 @@ } +} + +/* computer with short screen */ +@media screen and (max-height: 750px) { + + #lead-level-chart { + padding-top: 3rem; + + } } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 45518e3..9cdb10f 100644 --- a/css/style.css +++ b/css/style.css @@ -142,6 +142,7 @@ a { /* mobile compatibility */ +/* phone vertical */ @media screen and (width <= 450px) { header { @@ -200,9 +201,10 @@ a { height: calc(60% - 8px - 2.5vh); min-height: 150px; } - } +} - @media screen and (max-width: 1000px) and (min-width: 450px) { +/* phone horizontal, except iPad vertical */ +@media screen and (max-width: 1000px) and (min-width: 450px) and (max-height: 700px) { .address-section { /* height: 85px; */ @@ -231,4 +233,21 @@ a { .right-side { overflow: auto; } - } \ No newline at end of file +} + +/* iPad vertical */ +@media screen and (max-width: 1000px) and (min-width: 450px) and (max-height: 1000px) { + + .address-section { + /* height: 85px; */ + min-height: 85px; + } + + .lead-level-chart-wrapper { + height: 60%; + } + + .right-side { + overflow: auto; + } +} diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..a1d1200 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..b4146f2 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..7bd0dcb Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 5e579d3..479c40c 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,22 @@ + + + + + + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file