This commit is contained in:
parent
55ebec8e00
commit
f6f6e7050d
5 changed files with 37 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 98 KiB |
BIN
assets/admins/senil_old.png
Normal file
BIN
assets/admins/senil_old.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue