aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-01 18:46:23 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-01 18:46:23 +0100
commited484cdde9326823a696fd39682f8e6d6e33c3cb (patch)
treeca54226e74bfd6cacb1c38075b273fb3b9cb00c3 /src/layouts
parent078d34867aa33fd7684ebe54b723309f2dcbc0ff (diff)
Give the site a cleaner look
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Layout.astro39
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;