aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-20 00:31:03 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-20 00:31:03 -0500
commit84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be (patch)
tree9bbefc8254a9a8681ba46a98b959e940b34364be /src/layouts
parent57965c763f38db0b7f48cae40169e52274a936cb (diff)
downloadpersonal-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')
-rw-r--r--src/layouts/Default.astro9
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 {