Uniform nav and footer dividers
This commit is contained in:
@@ -36,9 +36,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="bg-white dark:bg-zinc-900">
|
<body class="bg-white dark:bg-zinc-900">
|
||||||
<%= @inner_content %>
|
<%= @inner_content %>
|
||||||
<footer>
|
<footer class="mt-8 border-t border-slate-900/10 dark:border-slate-300/10">
|
||||||
<div class="mx-auto max-w-7xl px-6 pb-8 lg:px-8">
|
<div class="mx-auto max-w-7xl px-6 pb-8 lg:px-8">
|
||||||
<div class="mt-8 border-t border-zinc-900/10 dark:border-white/10 pt-8 flex items-center justify-between">
|
<div class="pt-8 flex items-center justify-between">
|
||||||
<div class="flex gap-x-6 order-2">
|
<div class="flex gap-x-6 order-2">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/cloud8421/music_library"
|
href="https://github.com/cloud8421/music_library"
|
||||||
|
|||||||
Reference in New Issue
Block a user