Minor style upgrades
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user