Skip to content

Commit a8d7e13

Browse files
Refine border styling for cleaner appearance
- Remove unwanted white border around footer while keeping top border line - Make banner accent line thinner (1px instead of 4px) for more subtle appearance - Improve overall visual hierarchy and clean up border inconsistencies These refinements create a more polished and professional look while maintaining the visual separation elements that enhance the design structure.
1 parent e3b7bb4 commit a8d7e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
2828
</form>
2929
</div>
3030
</header>
31-
<div class="w-full h-1 bg-[#163341]"></div>
31+
<div class="w-full h-px bg-[#163341]"></div>
3232
{{ partial "second-header.html" "disabled" }}
3333
<div class="flex flex-col lg:flex-row gap-8 mx-auto px-4 md:px-11 py-6 md:py-28 max-w-[1920px] bg-redis-ink-900 text-white">
3434
<div class="lg:sticky lg:top-32 w-full lg:w-64 h-fit lg:h-full shrink-0 text-sm font-mono font-normal">

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer
2-
class="relative z-50 flex justify-center bg-redis-ink-900 px-0 py-24 text-gray-300 border border-t-white border-opacity-30 text-[13px] font-sans">
2+
class="relative z-50 flex justify-center bg-redis-ink-900 px-0 py-24 text-gray-300 border-t border-t-white border-opacity-30 text-[13px] font-sans">
33
<div class="flex w-full max-w-7xl flex-col gap-6 px-4 md:flex-row lg:px-8">
44
<div class="flex flex-col gap-8 md:max-w-[40%] md:flex-[40%]">
55
<a class="relative hover:text-white w-[82px] mb-4" href="https://redis.io/">

0 commit comments

Comments
 (0)