Skip to content

Commit

Permalink
add margins to header
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlalchand committed Jul 11, 2024
1 parent f07549b commit 043c8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const { title } = Astro.props;
</head>
<body class="bg-white text-gray-900">
<header class="flex justify-between items-center py-8">
<h1 class="text-3xl font-bold">Hayley Lalchand</h1>
<h1 class="text-3xl font-bold md:ml-24">Hayley Lalchand</h1>
<nav>
<ul class="flex space-x-4">
<ul class="flex space-x-4 md:mr-24">
<li><a href="/" class="text-gray-600 hover:underline">Home</a></li>
<li>
<a href="/reporting" class="text-gray-600 hover:underline"
Expand Down

0 comments on commit 043c8af

Please sign in to comment.