We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04ed02 commit c33732fCopy full SHA for c33732f
templates/tailwindUI/navbar.html
@@ -2,7 +2,7 @@
2
class="flex items-center justify-center gap-8 md:gap-32 mt-8 lg:mt-4 text-2xl font-medium select-none max-w-max mx-auto"
3
>
4
<a href="/" class="pl-1 hover:text-rose-500 duration-150"
5
- ><h1>flaskBlog</h1></a
+ ><img src="https://raw.githubusercontent.com/DogukanUrker/flaskBlog/main/images/Icon180.ico" class="rounded w-14 hover:scale-110 duration-150"></a
6
7
<div class="hidden lg:block">
8
<input
0 commit comments