File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{{ define "main" }}
22 < div class ="container text-center py-12 ">
33 < header class ="prose prose-sm md:prose max-w-none md:max-w-none ">
4- < img src ="/img/logo.svg " class ="object-scale-down mx-auto w-1/4 mb-8 aspect-1110/942 " alt ="Cryptomator Logo "/>
4+ < img src ="/img/logo.svg " class ="object-scale-down mx-auto w-1/4 mb-8 aspect-[ 1110/942] " alt ="Cryptomator Logo "/>
55 < h1 > {{ .Title }}</ h1 >
66 {{ .Content }}
77 </ header >
Original file line number Diff line number Diff line change 66 </ div >
77 < div class ="w-full lg:w-3/5 ">
88 < div class ="flex items-center mb-4 ">
9- < img src ="/img/logo.svg " class ="h-8 aspect-1110/942 " alt ="Logo "/>
9+ < img src ="/img/logo.svg " class ="h-8 aspect-[ 1110/942] " alt ="Logo "/>
1010 < span class ="font-headline font-bold text-primary ml-2 pb-px "> CRYPTOMATOR HUB</ span >
1111 </ div >
1212 < h1 class ="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6 "> {{ i18n "hub_header_title" . | safeHTML }}</ h1 >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h2 id="get-started" class="text-center font-headline font-medium text-xl md:tex
4444 < div class ="flex justify-between items-center p-4 border-b border-primary ">
4545 < h3 >
4646 < div class ="flex items-center ">
47- < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-1110/942 " alt ="Logo "/>
47+ < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-[ 1110/942] " alt ="Logo "/>
4848 < span class ="font-headline font-bold text-primary pb-px "> CRYPTOMATOR</ span >
4949 </ div >
5050 </ h3 >
@@ -82,7 +82,7 @@ <h4 class="font-medium lg:text-lg leading-relaxed">
8282 < div class ="flex justify-between items-center p-4 border-b border-primary ">
8383 < h3 >
8484 < div class ="flex items-center ">
85- < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-1110/942 " alt ="Logo "/>
85+ < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-[ 1110/942] " alt ="Logo "/>
8686 < span class ="font-headline font-bold text-primary pb-px "> CRYPTOMATOR HUB</ span >
8787 </ div >
8888 </ h3 >
Original file line number Diff line number Diff line change 1313 </ button >
1414
1515 < a class ="flex items-center hover:no-underline p-2 lg:mr-2 " href ="{{ .Site.LanguagePrefix }}/ ">
16- < img src ="/img/logo.svg " class ="h-8 aspect-1110/942 " alt ="Logo "/>
16+ < img src ="/img/logo.svg " class ="h-8 aspect-[ 1110/942] " alt ="Logo "/>
1717 < span class ="{{ if not (or (in .RelPermalink "/downloads") (in .RelPermalink "/hub")) }}hidden{{ end }} md:block font-headline font-bold ml-2 pb-px"> CRYPTOMATOR</ span >
1818 </ a >
1919
You can’t perform that action at this time.
0 commit comments