fixes
All checks were successful
deploy to production / deploy (push) Successful in 36s

This commit is contained in:
2023-09-01 12:09:35 +00:00
parent 769fd1296c
commit 157e667227
13 changed files with 56 additions and 23 deletions

View File

@@ -38,7 +38,7 @@
{#if Object.keys(row).length}
{#if row.topTitle}
<h3 class:red="{row.topTitleRed}">{row.topTitle}</h3>
<h3 style="text-transform: uppercase; font-size: 14px;" class:red="{row.topTitleRed}">{row.topTitle}</h3>
{/if}
{#if nestedPath}
<h3
@@ -116,7 +116,7 @@
color: #fa00ff !important;
}
h3 {
font-weight: normal;
font-weight: 500;
}
@media @tablet {
h3 {
@@ -134,9 +134,11 @@
}
h2 {
font-size: 2.3rem;
font-weight: 500;
}
h1 {
font-size: 4rem;
font-weight: 500;
}
}
@@ -145,6 +147,7 @@
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 20px;
&.dominant {
@media (max-width: 1024px) {
flex-direction: row-reverse;
@@ -169,7 +172,7 @@
@media @desktop {
min-width: 30% !important;
}
padding: 10px;
flex: 1;
min-width: 0;
}