feature/book-card (#3)

Co-authored-by: Tim Rijkse <trijkse@gmail.com>
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-01-15 12:33:37 +00:00
parent 0344f06d71
commit 7beab685e2
16 changed files with 488 additions and 209 deletions

View File

@@ -41,7 +41,6 @@ class PushBox extends HTMLElement {
.push-box {
background-color: ${this.backgroundColor};
margin-bottom: 16px;
padding: 48px 16px;
display: flex;
flex-direction: column;