Fixed layout
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user