fix: add newsletter box

This commit is contained in:
Tim Rijkse
2026-01-15 15:28:14 +01:00
parent 968d2036b4
commit 1a6b47c8d3
9 changed files with 313 additions and 8 deletions

View File

@@ -47,15 +47,14 @@ class CategoryCard extends HTMLElement {
this.shadowRoot.innerHTML = `
<style>
:host {
display: block;
height: 100%;
display: flex;
}
.card {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
flex: 1;
color: inherit;
padding: var(--spacing-md, 0.875rem) var(--spacing-xs, 0.25rem);
text-decoration: none;