generated from cms/tibi-docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user