Skip to content

Commit 6533879

Browse files
committed
fix httpsf logo rendering
1 parent c04a972 commit 6533879

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 class="font-semibold tracking-tight text-slate-900">Older versions</h3>
9797

9898
<div class="flex flex-col lg:flex-row gap-12 my-16 px-6 md:px-0">
9999
<a href="https://bakame-php.github.io/http-structured-fields/" class="flex gap-3 lg:justify-between items-start transition-all hover-block">
100-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[96px] sm:w-[70px] h-[96px] sm:h-[70px]" />
100+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[165px] sm:w-[120px] h-[96px] sm:h-[70px]" />
101101
<div class="flex flex-col">
102102
<div class="font-black text-lg text-dark">HTTP Structured Field</div>
103103
<p class="text-light">Work with HTTP Structured Fields in PHP</p>
@@ -154,5 +154,6 @@ <h3 class="font-semibold tracking-tight text-slate-900">Older versions</h3>
154154
</div>
155155
</footer>
156156
</div>
157+
<script src="{{ site.baseurl }}{{ site.data.manifest['docs.js'] }}"></script>
157158
</body>
158159
</html>

docs/_layouts/homepage.html

Lines changed: 2 additions & 2 deletions
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-[86px] sm:h-[70px]"/>
24+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[165px] sm:w-[120px] h-[96px] 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>
@@ -66,7 +66,7 @@ <h2 class="font-medium text-3xl text-light">Work with HTTP Structured Fields in
6666

6767
<div class="flex flex-col lg:flex-row gap-12 my-16 px-6 md:px-0">
6868
<a href="https://bakame-php.github.io/http-structured-fields/" class="flex gap-3 lg:justify-between items-start transition-all hover-block">
69-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[96px] sm:w-[70px] h-[96px] sm:h-[70px]" />
69+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[165px] sm:w-[120px] h-[96px] sm:h-[70px]" />
7070
<div class="flex flex-col">
7171
<div class="font-black text-lg text-dark">HTTP Structured Field</div>
7272
<p class="text-light">Work with HTTP Structured Fields in PHP</p>

docs/_layouts/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>Redirecting…</h1>
5050

5151
<div class="flex flex-col lg:flex-row gap-12 my-16 px-6 md:px-0">
5252
<a href="https://bakame-php.github.io/http-structured-fields/" class="flex gap-3 lg:justify-between items-start transition-all hover-block">
53-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[96px] sm:w-[70px] h-[96px] sm:h-[70px]" />
53+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="HTTP Structured Field Logo" class="w-[165px] sm:w-[120px] h-[96px] sm:h-[70px]" />
5454
<div class="flex flex-col">
5555
<div class="font-black text-lg text-dark">HTTP Structured Field</div>
5656
<p class="text-light">Work with HTTP Structured Fields in PHP</p>

0 commit comments

Comments
 (0)