Add top padding to navbar title

This commit is contained in:
Peter Stockings
2023-03-11 17:37:27 +11:00
parent f402839020
commit aa869a3acc

View File

@@ -15,7 +15,7 @@
<div class="flex justify-between"> <div class="flex justify-between">
<div class="flex items-center"> <div class="flex items-center">
<a class="text-gray-800 text-xl font-bold" href="/"> <a class="text-gray-800 text-xl font-bold" href="/">
<div class="flex"> <div class="flex pt-2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-8 h-8 mr-2"> stroke="currentColor" class="w-8 h-8 mr-2">
<path stroke-linecap="round" stroke-linejoin="round" <path stroke-linecap="round" stroke-linejoin="round"