home: update images and css

This commit is contained in:
2026-07-23 07:06:15 +01:00
parent 8d3d9518fa
commit 60a9109389
6 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -54,7 +54,12 @@ p, a, li, ul {
.mt-4 { margin-top: calc(var(--space) * 4); }
.max-w-160 { max-width: calc(var(--space) * 160) }
.max-w-md {
max-width: calc(var(--space) * 160);
@media (max-width: 1024px) {
max-width: calc(var(--space) * 320);
}
}
.self-start { align-self: flex-start; }
/* tailwind lite */