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,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);