Skip to content

Commit 7ecd634

Browse files
committed
Adjust logo layout
1 parent 2011d46 commit 7ecd634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<header class="flex items-center sm:justify-center pl-6 pr-6 pb-6 max-w-7xl mx-auto pb-32">
3030
<div class="flex gap-6 md:gap-0 md:flex-row justify-between md:items-center p-3 md:p-6 w-full max-w-7xl">
3131
<a class="flex items-center gap-2 sm:gap-3" href="{{ site.baseurl }}/">
32-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[86px] sm:w-[70px] h-[40px] sm:h-[50px]"/>
32+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[86px] sm:w-[70px] h-[86px] sm:h-[70px]"/>
3333
<div class="font-black">HTTP Structured Fields</div>
3434
</a>
3535
</div>

docs/_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="flex items-center sm:justify-center">
2222
<div class="flex gap-6 md:gap-0 md:flex-row justify-between md:items-center p-3 md:p-6 w-full max-w-7xl">
2323
<div class="flex items-center gap-2 sm:gap-3">
24-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[86px] sm:w-[70px] h-[40px] sm:h-[50px]"/>
24+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[86px] sm:w-[70px] h-[86px] sm:h-[70px]"/>
2525
</div>
2626
<div class="flex items-center gap-0 md:gap-0">
2727
<a href="{{ site.data.project.repository_url }}" class="px-2 py-2 sm:px-6 sm:py-3 font-black text-md text-black-50 hover:text-csv-dark hover:underlines whitespace-nowrap">SOURCE CODE</a>

0 commit comments

Comments
 (0)