last of the night... I hope

This commit is contained in:
Jon McClure 2023-07-25 20:42:18 +01:00
parent 7db8d15c51
commit 08d5c670e5
2 changed files with 7 additions and 5 deletions

View file

@ -135,11 +135,11 @@
<!-- svelte-ignore css-unused-selector -->
<style lang="scss">
@import '../../scss/mixins';
div {
:global {
@include graphic-text;
}
}
// div {
// :global {
// @include graphic-text;
// }
// }
.visually-hidden {
@include visually-hidden;

View file

@ -22,6 +22,8 @@ h1 {
@include font-hed;
@include text-3xl;
@include leading-none;
margin-block-start: calc(var(--theme-font-size-base) * 1.5);
margin-block-end: calc(var(--theme-font-size-base) * 0.75);
}
h2,
h3,