attempt to fix card bg
All checks were successful
/ weblog.lol (push) Successful in 7s

This commit is contained in:
Gordon Pedersen 2024-05-08 06:35:06 +00:00
parent f0bd35e53d
commit 32c845f5cf

View file

@ -61,6 +61,7 @@ article, main.page {
padding: 2em; padding: 2em;
background-color: var(--card-bg); background-color: var(--card-bg);
background-image: var(--paper-texture-svg); background-image: var(--paper-texture-svg);
background-repeat: repeat;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;