Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Dec 3, 2024
1 parent 903dae8 commit 55db99f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions layouts/hub/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
<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" . }}"/>
</div>
<div class="w-full lg:w-3/5">
<div class="flex flex-col-reverse items-start gap-4 mb-4 md:flex-row md:items-center">
<div class="flex items-center">
<img src="/img/logo.svg" class="h-8" alt="Logo"/>
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR&nbsp;HUB</span>
</div>
<div class="flex items-center mb-4">
<img src="/img/logo.svg" class="h-8" alt="Logo"/>
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR&nbsp;HUB</span>
</div>
<h1 class="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
<p class="text-lg md:text-xl leading-relaxed text-gray-700 mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
Expand Down

0 comments on commit 55db99f

Please sign in to comment.