Skip to content

Commit

Permalink
Site Adjsut
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Gregoire committed Nov 25, 2023
1 parent 3432f96 commit b6f65b4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@
</head>
<body>
<header class="bg-blue-600 text-white py-6 mb-6">
<div class="container mx-auto flex justify-center items-center">
<div class="text-center">
<h1 class="text-4xl font-bold header-title">Kompendium</h1>
</div>
</div>
<div class="container mx-auto mt-4 sm:mt-0 flex justify-center sm:justify-between">
<nav class="text-center sm:text-right">
<div class="container mx-auto flex flex-col sm:flex-row justify-center sm:justify-between items-center">
<h1 class="text-4xl font-bold header-title">Kompendium</h1>
<nav class="sm:ml-auto mt-4 sm:mt-0">
<a href="https://github.com/kompendium-ano" class="hover:text-blue-300 mx-2">Solutions</a> |
<a href="mailto:[email protected]" class="hover:text-blue-300 mx-2">Contact Us</a>
</nav>
Expand Down

0 comments on commit b6f65b4

Please sign in to comment.