generated from cms/tibi-docs
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
|
||||
.titles {
|
||||
padding: 0 5%;
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
padding: 20px 0px;
|
||||
@@ -132,6 +132,7 @@
|
||||
h2 {
|
||||
font-size: 1.2rem !important;
|
||||
line-height: 1;
|
||||
font-family: "Libre Franklin", sans-serif;
|
||||
}
|
||||
}
|
||||
.description {
|
||||
@@ -146,10 +147,10 @@
|
||||
min-width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media @tablet {
|
||||
.titles {
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
h1 {
|
||||
font-size: 3.4rem;
|
||||
padding: 20px 20px;
|
||||
@@ -175,7 +176,7 @@
|
||||
|
||||
@media @desktop {
|
||||
.titles {
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
h1 {
|
||||
font-size: 5rem;
|
||||
padding: 20px 0px;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user