Skip to content

Commit f1a7994

Browse files
committed
style: improve CustomHeader responsiveness for larger screens
- Updated the CustomHeader component to increase the font size on larger screens, enhancing readability and visual hierarchy.
1 parent ef8b659 commit f1a7994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/CustomHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ThemeSelect from "@astrojs/starlight/components/ThemeSelect.astro";
55
---
66

77
<nav class="flex items-center justify-between">
8-
<h1 class="font-[Geist] text-base md:text-xl flex items-center">
8+
<h1 class="font-[Geist] text-base lg:text-xl flex items-center">
99
<span>tutorials.</span>
1010
<span class="text-[#02BCFF]">angular.</span>
1111
<span>courses</span>

0 commit comments

Comments
 (0)