feat: improve h2 size
This commit is contained in:
parent
3d873a9f8a
commit
efd93dc736
|
|
@ -37,7 +37,6 @@ h1 {
|
|||
h2 {
|
||||
margin: 0 0 var(--space-medium) 0;
|
||||
|
||||
font-family: 'Knewave';
|
||||
font-size: var(--fz-2);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ $mobile-breakpoint: "max-width: 768px";
|
|||
--width: 1100px;
|
||||
|
||||
--fz-1: 4rem;
|
||||
--fz-2: 3rem;
|
||||
--fz-2: 2rem;
|
||||
--fz-3: 1.5rem;
|
||||
--fz-4: 1.125rem;
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ $mobile-breakpoint: "max-width: 768px";
|
|||
|
||||
@media ($mobile-breakpoint) {
|
||||
--fz-1: 2.8rem;
|
||||
--fz-2: 2.5rem;
|
||||
--fz-2: 1.825rem;
|
||||
--fz-3: 1.5rem;
|
||||
--fz-4: 1.125rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
title_picture_offset = "170px"
|
||||
) %}
|
||||
<div class="presentation--content">
|
||||
<h2>{{ gettext("Who are we ?") }}</h2>
|
||||
<p>
|
||||
{% trans %}
|
||||
Welcome to the cozy world of the Frog Collective, where big dreams come
|
||||
|
|
@ -51,6 +52,7 @@
|
|||
where small is mighty, and fun knows no bounds!
|
||||
{% endtrans %}
|
||||
</p>
|
||||
<h2>{{ gettext("The team") }}</h2>
|
||||
<div class="comrades">
|
||||
{{ comrade(
|
||||
"Aurel",
|
||||
|
|
|
|||
Loading…
Reference in New Issue