From 34c5179834d2074bc42026ed8ae2edf9ef6545e1 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 22 Sep 2022 11:43:39 +0530 Subject: Header Resposive style changes --- src/_includes/partials/header.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_includes/partials') diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk index 959260b..db79cf3 100644 --- a/src/_includes/partials/header.njk +++ b/src/_includes/partials/header.njk @@ -1,6 +1,6 @@ <header class="w-full bg-black text-yellow-500 flex flex-row md:flex-col justify-between items-center px-6 py-4"> <nav class="w-full"> - <ul class="flex flex-col md:flex-row gap-10 font-supply-regular w-full items-center text-lg md:text-xl"> + <ul class="flex flex-col md:flex-row gap-3 md:gap-10 font-supply-regular w-full items-center text-lg md:text-xl"> <li> <a href="/" class="text-lg md:text-3xl">{ indrajith.dev } </a> </li> -- cgit v1.2.3