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

This commit is contained in:
2023-09-01 14:15:06 +00:00
parent 2a894d6645
commit d44cbc1757
2 changed files with 4 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
{#if Object.keys(row).length}
{#if row.topTitle}
<h3
style="{row.topTitleUpperCase ? 'text-transform: uppercase; font-size: 1rem;' : 'font-size: 1.6rem'}"
style="{row.topTitleUpperCase ? 'text-transform: uppercase; font-size: 0.7rem;' : 'font-size: 1.6rem'}"
class:red="{row.topTitleRed}"
>
{row.topTitle}

View File

@@ -39,7 +39,6 @@
transition: all 600ms;
@media @tablet {
font-size: 1rem;
}
.box {
@@ -62,7 +61,6 @@
align-items: center;
@media @tablet {
gap: 20px;
}
.text {
width: 100%;