diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-20 00:31:03 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-20 00:31:03 -0500 |
| commit | 84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be (patch) | |
| tree | 9bbefc8254a9a8681ba46a98b959e940b34364be /src/layouts/Default.astro | |
| parent | 57965c763f38db0b7f48cae40169e52274a936cb (diff) | |
| download | personal-website-84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be.tar.gz personal-website-84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be.tar.bz2 personal-website-84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be.zip | |
Navbar responsive design; Now using grid instead of flexbox
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 { |
