Skip to content

Commit 55db99f

Browse files
committed
minor refactoring
1 parent 903dae8 commit 55db99f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

layouts/hub/single.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
<img data-src="/img/hub/group-magic.png" class="lazyload object-scale-down mx-auto lg:w-3/4" alt="{{ i18n "hub_header_group_magic_alt" . }}"/>
66
</div>
77
<div class="w-full lg:w-3/5">
8-
<div class="flex flex-col-reverse items-start gap-4 mb-4 md:flex-row md:items-center">
9-
<div class="flex items-center">
10-
<img src="/img/logo.svg" class="h-8" alt="Logo"/>
11-
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR&nbsp;HUB</span>
12-
</div>
8+
<div class="flex items-center mb-4">
9+
<img src="/img/logo.svg" class="h-8" alt="Logo"/>
10+
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR&nbsp;HUB</span>
1311
</div>
1412
<h1 class="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1513
<p class="text-lg md:text-xl leading-relaxed text-gray-700 mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>

0 commit comments

Comments
 (0)