PDPA Features: ✅ Cookie consent banner ✅ Consent logging API ✅ Admin dashboard ✅ Privacy Policy ✅ Terms & Conditions Technical: ✅ Astro 5.x + Tailwind v4 ✅ Docker on port 80 ✅ SQLite database ✅ 15 pages built Ready for Easypanel deployment.
12 lines
222 B
CSS
12 lines
222 B
CSS
:where([data-astro-image]) {
|
|
object-fit: var(--fit);
|
|
object-position: var(--pos);
|
|
height: auto;
|
|
}
|
|
:where([data-astro-image="full-width"]) {
|
|
width: 100%;
|
|
}
|
|
:where([data-astro-image="constrained"]) {
|
|
max-width: 100%;
|
|
}
|