Fixed header styles

This commit is contained in:
Chris Kankiewicz
2020-02-15 18:01:28 -07:00
parent 88f05da6aa
commit 04f82d9960

View File

@@ -1,5 +1,5 @@
<header id="header" class="bg-blue-600 shadow sticky top-0">
<div class="container flex flex-coljustify-between items-center mx-auto p-4 md:flex-row">
<div class="container flex flex-col flex-coljustify-between items-center mx-auto p-4 md:flex-row">
<div class="flex-grow font-mono text-white text-sm tracking-tight mb-2 md:my-1">
<a href="." class="hover:underline">Home</a>
@@ -12,7 +12,7 @@
<div class="flex justify-end items-center">
{% if not search %}
<a href="?zip={{ path }}" title="Download this Directory" class="inline-block text-white mx-2">
<a href="?zip={{ path }}" title="Download this Directory" class="inline-block text-white mx-2 p-1 hover:text-gray-400">
<i class="fas fa-download fa-lg"></i>
</a>
{% endif %}