Minor style upgrades

This commit is contained in:
2024-08-02 07:31:09 +02:00
parent 884ee53748
commit 9a3777be44
3 changed files with 26 additions and 26 deletions

View File

@@ -10,7 +10,7 @@
<%= javascript_importmap_tags %>
</head>
<body>
<header class="container mx-auto px-4 py-6 flex items-center justify-between border-b-2">
<header class="container mx-auto px-4 py-6 flex items-center justify-between border-b-2 border-gray-300">
<a href="/" class="font-bold text-black text-4xl">Plottservice Fachbereich AB</a>
<nav>
<ul class="flex items-color justify-center font-semibold">
@@ -42,10 +42,10 @@
</ul>
</nav>
</header>
<main class="container mx-auto mt-8 px-5 flex">
<main class="container mx-auto mt-4 px-4">
<%= yield %>
</main>
<footer class="px-4 py-6">
<footer class="container mx-auto px-4 mt-4">
<p></p>
</footer>
</body>