updated our commitment image and text

This commit is contained in:
becarta
2025-03-12 04:41:49 +01:00
parent c7331e5d47
commit a2ecf840a8
11 changed files with 54 additions and 56 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
@layer base {
p, li, div {
line-height: 1.5;
}
}
@layer utilities {
.bg-page {
background-color: var(--aw-color-bg-page);