Add landing pages

This commit is contained in:
edsea
2025-11-20 02:40:02 +01:00
parent aeb1ecd50a
commit 61d3738b26
42 changed files with 1901 additions and 526 deletions

View File

@@ -550,6 +550,9 @@ body {
.text-line-through { text-decoration: line-through; }
.text-no-decoration { text-decoration: none; }
// Font styles
.fs-italic{font-style: italic;}
// Image sizing utilities
.img-w-100 { width: 100%; }
.img-w-auto { width: auto; }