fix: add heading and subtitle to overview table

This commit is contained in:
Christel Westerberg
2024-06-24 12:03:05 +02:00
parent 385d5ade28
commit fe6e4e27e1
10 changed files with 60 additions and 87 deletions

View File

@@ -8,22 +8,13 @@
.header {
display: grid;
gap: var(--Spacing-x1);
grid-template-columns: 1fr auto;
}
.title {
grid-column: 1/2;
grid-row: 1/2;
}
.link {
grid-column: 2/-1;
grid-row: 1/2;
}
.subtitle {
grid-column: 1/-1;
grid-row: 2;
.preamble {
color: var(--Base-Text-Primary-High-contrast);
font-size: var(--typography-Body-Regular-fontSize);
line-height: var(--typography-Body-Regular-lineHeight);
margin: 0;
}
@media screen and (min-width: 950px) {