diff options
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Layout.astro | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3bf3b6b..26507bd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -68,27 +68,8 @@ const { title, description } = Astro.props; flex-direction: column; gap: 1.5rem; - background-color: $light; + background-color: $background; color: $dark; - - background-image: radial-gradient( - circle at 1px 1px, - #a9a9a988 1px, - transparent 0 - ); - background-size: 15px 15px; - } - - h1, - h2, - h3, - h4, - h5, - h6 { - font-family: $mainFontStack; - @extend %tracking-tight; - line-height: 1.25; - margin-block: 0.6em; } a { @@ -105,18 +86,14 @@ const { title, description } = Astro.props; main { box-sizing: border-box; - margin: 0.75rem 1rem 3rem; - padding: 1.5rem 3rem; - border-radius: $floatingRadius; - box-shadow: $shadow; margin-bottom: auto; align-self: center; max-width: 82ch; font-size: 1.2rem; - - background-color: $lightAlt; + + padding-block-end: 3rem; a { color: $accentDark; @@ -127,10 +104,6 @@ const { title, description } = Astro.props; } } - > * { - margin-block: 0.75em; - } - > p > code { word-break: break-word; font-family: $monoFontStack; @@ -139,12 +112,6 @@ const { title, description } = Astro.props; background-color: #f6f6f6; } - h1 { - font-size: 2.75rem; - line-height: 1; - margin-bottom: 1rem; - } - p.meta { display: block; font-size: 0.85rem; |
