diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..d11928d Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index e721383..54720dd 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,11 @@ Kentai Radiquum + + + + + @@ -25,8 +30,8 @@
-
- +
+
diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..ac69466 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/static/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/static/favicon/android-chrome-192x192.png b/static/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..6401fba Binary files /dev/null and b/static/favicon/android-chrome-192x192.png differ diff --git a/static/favicon/android-chrome-512x512.png b/static/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..7eec6ba Binary files /dev/null and b/static/favicon/android-chrome-512x512.png differ diff --git a/static/favicon/apple-touch-icon.png b/static/favicon/apple-touch-icon.png new file mode 100644 index 0000000..f955441 Binary files /dev/null and b/static/favicon/apple-touch-icon.png differ diff --git a/static/favicon/favicon-16x16.png b/static/favicon/favicon-16x16.png new file mode 100644 index 0000000..a454a53 Binary files /dev/null and b/static/favicon/favicon-16x16.png differ diff --git a/static/favicon/favicon-32x32.png b/static/favicon/favicon-32x32.png new file mode 100644 index 0000000..4391f3a Binary files /dev/null and b/static/favicon/favicon-32x32.png differ diff --git a/static/tailwind.css b/static/tailwind.css index 946c9a0..b7c1074 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -1397,6 +1397,10 @@ body { margin-top: 6rem; } + .md\:h-screen { + height: 100vh; + } + .md\:scroll-mt-20 { scroll-margin-top: 5rem; } @@ -1411,6 +1415,10 @@ body { margin-top: -248px; } + .xl\:h-screen { + height: 100vh; + } + .xl\:max-h-\[40vh\] { max-height: 40vh; } @@ -1449,6 +1457,44 @@ body { } @media (min-width: 1024px) { + @media (min-width: 1000px) { + .lg\:xl\:max-h-\[40vh\] { + max-height: 40vh; + } + } + + .lg\:h-screen { + height: 100vh; + } + + .lg\:max-h-\[40vh\] { + max-height: 40vh; + } + + .lg\:max-h-\[50vh\] { + max-height: 50vh; + } + + .lg\:max-h-\[50\%\] { + max-height: 50%; + } + + .lg\:max-h-\[40\%\] { + max-height: 40%; + } + + .lg\:max-h-\[45\%\] { + max-height: 45%; + } + + .lg\:max-h-\[45vh\] { + max-height: 45vh; + } + + .lg\:max-h-\[30vh\] { + max-height: 30vh; + } + .lg\:w-\[372px\] { width: 372px; }