Fixed layout

This commit is contained in:
Nevernown
2025-04-06 18:25:20 +02:00
parent 382808ab2e
commit a58c272331
6 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ nav {
height: 100vh;
}
nav a {
padding: 0pt 4pt 2pt 18pt;
padding: 0pt 4pt 8pt 18pt;
display: inline-block;
font-size: large;
color: whitesmoke;

View File

@@ -15,7 +15,7 @@ const { frontmatter } = Astro.props;
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/"><strong>Home</strong></a>
<a href="/breuken">Breuken</a>
<a href="/wortels">Wortels</a>
<a href="/machten">Machten</a>