fix
All checks were successful
deploy to production / deploy (push) Successful in 31s

This commit is contained in:
2023-08-17 09:09:34 +00:00
parent c8314798e5
commit 948808ec4f

View File

@@ -59,7 +59,7 @@
<h2 class="">{row.title}</h2>
{/if}
{#if row.subTitle}
<h3>{row.subTitle}</h3>
<h3 class="subheading">{row.subTitle}</h3>
{/if}
<div
class="row"
@@ -121,7 +121,6 @@
@media @tablet {
h3 {
font-size: 1.2rem;
display: flex;
align-items: center;
gap: 10px;
@@ -129,6 +128,9 @@
width: 40px;
margin-right: 10px;
}
&.subheading {
font-size: 1.8rem;
}
}
h2 {
font-size: 2.3rem;