Skip to content

Commit

Permalink
Fix layout so board yaml editor uses available space
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaktor committed Jun 30, 2024
1 parent e2fa773 commit 01935aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import Navbar from '~/components/navbar.astro';
<title>Fortune Street Modding - {title}</title>
</head>
<body>
<Navbar />
<main role="main">
<Navbar />
{heading && <h1 class="text-center">{heading}</h1>}
<slot />
</main>
Expand Down

0 comments on commit 01935aa

Please sign in to comment.