diff --git a/_includes/styles/pages/admins.css b/_includes/styles/pages/admins.css index b7b8bed..4ec5370 100644 --- a/_includes/styles/pages/admins.css +++ b/_includes/styles/pages/admins.css @@ -11,12 +11,16 @@ overflow: hidden; position: relative; + h4, p { + z-index: 100; + } + .sona { bottom: -3rem; max-width: 20rem; opacity: .5; position: absolute; - right: 0; + right: -.5rem; transform: rotate(16deg) scaleX(-1); transition: 0.2s; @@ -38,7 +42,7 @@ } .sona { - bottom: -8rem; + bottom: -9rem; } } @@ -54,9 +58,23 @@ } } - @media screen and (max-width: 750) { - & { - padding-bottom: 6rem; + @media screen and (max-width: 835px) { + &:has(.sona) { + padding-bottom: 5rem; + + .sona { + pointer-events: none !important; + } + } + } + + @media screen and (max-width: 375px) { + &:has(.sona) { + padding-bottom: 0rem !important; + + .sona { + display: none !important; + } } } } \ No newline at end of file diff --git a/assets/admins/senil.png b/assets/admins/senil.png index 8cfb3a6..29be2c5 100644 Binary files a/assets/admins/senil.png and b/assets/admins/senil.png differ diff --git a/assets/admins/senil_old.png b/assets/admins/senil_old.png new file mode 100644 index 0000000..8cfb3a6 Binary files /dev/null and b/assets/admins/senil_old.png differ diff --git a/package-lock.json b/package-lock.json index 86c1797..e3ca4c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", "lightningcss": "^1.30.1", "terser": "^5.43.1", - "zod": "^3.25.67", - "zod-validation-error": "^3.5.2" + "zod": "^3.25.76", + "zod-validation-error": "^3.5.3" } }, "node_modules/@11ty/dependency-tree": { @@ -1365,9 +1365,9 @@ "license": "MIT" }, "node_modules/luxon": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz", - "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.1.tgz", + "integrity": "sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==", "license": "MIT", "engines": { "node": ">=12" @@ -1948,24 +1948,24 @@ } }, "node_modules/zod": { - "version": "3.25.67", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.67.tgz", - "integrity": "sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==", + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } }, "node_modules/zod-validation-error": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.5.2.tgz", - "integrity": "sha512-mdi7YOLtram5dzJ5aDtm1AG9+mxRma1iaMrZdYIpFO7epdKBUwLHIxTF8CPDeCQ828zAXYtizrKlEJAtzgfgrw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.5.3.tgz", + "integrity": "sha512-OT5Y8lbUadqVZCsnyFaTQ4/O2mys4tj7PqhdbBCp7McPwvIEKfPtdA6QfPeFQK2/Rz5LgwmAXRJTugBNBi0btw==", "license": "MIT", "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "zod": "^3.25.0" + "zod": "^3.25.0 || ^4.0.0" } } } diff --git a/package.json b/package.json index 24f0bc5..5036a2f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", "lightningcss": "^1.30.1", "terser": "^5.43.1", - "zod": "^3.25.67", - "zod-validation-error": "^3.5.2" + "zod": "^3.25.76", + "zod-validation-error": "^3.5.3" } }