diff options
Diffstat (limited to 'src/layouts/Default.astro')
| -rw-r--r-- | src/layouts/Default.astro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 7b56234..e28d85c 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -42,7 +42,14 @@ import Navbar from '../components/Navbar.astro'; footer { text-align: center; font-size: 2.4vh; - padding: 1.3vh; + } + + h1, h2, h3, h4, h5, h6 { + font-weight: 500; + } + + h2 { + font-size: 2.5vh; } a { |
