fix: breakout header component to blocks header

This commit is contained in:
Christel Westerberg
2024-05-14 11:36:28 +02:00
parent 5d15e5605f
commit 51287c11df
9 changed files with 8 additions and 85 deletions

View File

@@ -2,22 +2,6 @@
display: grid;
gap: 1.5rem;
}
.header {
display: grid;
grid-template-areas: "title link";
grid-template-columns: 1fr max-content;
}
.title {
grid-area: title;
font-weight: 600;
}
.link {
grid-area: link;
}
.cardContainer {
display: grid;
gap: 0.4rem;