Merge branch 'main' of https://github.com/madrilene/eleventy-excellent
This commit is contained in:
commit
7133645b75
2 changed files with 7 additions and 6 deletions
|
|
@ -46,8 +46,9 @@
|
||||||
<main id="main" class="flow">{{ content | safe }}</main>
|
<main id="main" class="flow">{{ content | safe }}</main>
|
||||||
|
|
||||||
{% include "partials/footer.njk" %}
|
{% include "partials/footer.njk" %}
|
||||||
|
{%- if meta.easteregg -%}
|
||||||
<script type="module" src="/assets/scripts/components/custom-easteregg.js"></script>
|
<script type="module" src="/assets/scripts/components/custom-easteregg.js"></script>
|
||||||
<custom-easteregg></custom-easteregg>
|
<custom-easteregg></custom-easteregg>
|
||||||
|
{%- endif -%}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
.post h1 {
|
:where(.post) h1 {
|
||||||
font-size: var(--size-step-6);
|
font-size: var(--size-step-6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post h2 {
|
:where(.post) h2 {
|
||||||
font-size: var(--size-step-3);
|
font-size: var(--size-step-3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post h3 {
|
:where(.post) h3 {
|
||||||
font-size: var(--size-step-2);
|
font-size: var(--size-step-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue