From 32c845f5cfb0744272a338d864fb69fcef68f4b3 Mon Sep 17 00:00:00 2001 From: "death.au" Date: Wed, 8 May 2024 06:35:06 +0000 Subject: [PATCH] attempt to fix card bg --- weblog/B0. Template/styles.css.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index 1a5b360..891c18a 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -61,9 +61,10 @@ article, main.page { padding: 2em; background-color: var(--card-bg); background-image: var(--paper-texture-svg); + background-repeat: repeat; position: relative; display: flex; - flex-direction: column; + flex-direction: column; flex-wrap: wrap; align-items: start; box-shadow: var(--shadow);