Skip to content

Commit 8381c1b

Browse files
committed
style: adjust visibility of elements in CustomHeader for improved responsiveness
- Updated the CustomHeader component to hide the "angular." text on smaller screens, enhancing the layout for mobile users.
1 parent 0c1e92b commit 8381c1b

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
@@ -7,7 +7,7 @@ import ThemeSelect from "@astrojs/starlight/components/ThemeSelect.astro";
77
<nav class="flex items-center justify-between">
88
<h1 class="font-[Geist] text-xl flex items-center">
99
<span class="hidden md:block">tutorials.</span>
10-
<span class="text-[#02BCFF]">angular.</span>
10+
<span class="text-[#02BCFF] hidden md:block">angular.</span>
1111
<span class="hidden md:block">courses</span>
1212
</h1>
1313
<Search />

0 commit comments

Comments
 (0)