Skip to content

Commit 48eee08

Browse files
committed
reverted prose optimizations, see #120
1 parent ada95dd commit 48eee08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+126
-130
lines changed

assets/css/custom.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
@apply text-primary no-underline hover:underline;
8686
}
8787

88-
.prose-article {
89-
@apply prose prose-sm md:prose max-w-none md:max-w-none;
90-
}
91-
9288
.font-h1 {
9389
@apply font-headline font-medium text-3xl md:text-4xl leading-tight;
9490
}

content/_index.de.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<section class="container py-12">
6-
<article class="prose-article">
6+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
77
<div class="flex flex-wrap">
88
<div class="md:w-2/3">
99
<h2>Nimm die Sicherung deiner Daten selbst in die Hand</h2>
@@ -31,7 +31,7 @@ <h2>Nimm die Sicherung deiner Daten selbst in die Hand</h2>
3131
</section>
3232

3333
<section class="container py-12">
34-
<article class="prose-article">
34+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
3535
<div class="flex flex-wrap md:flex-row-reverse">
3636
<div class="md:w-2/3">
3737
<h2>Wie schützt Cryptomator deine Daten?</h2>
@@ -66,7 +66,7 @@ <h2>Wie schützt Cryptomator deine Daten?</h2>
6666
</section>
6767

6868
<section class="container text-center py-12 md:py-16 lg:py-20">
69-
<article class="prose-article">
69+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
7070
<h2>Optimaler Schutz dank neuesten Technologie-Standards</h2>
7171
<figure class="mx-auto md:w-5/6 lg:w-2/3">
7272
<img data-src="/de/img/home/split-screenshots.avif" class="lazyload aspect-1664/975 w-full" alt="Gegenüberstellung von verschlüsselten und entschlüsselten Daten in einem Cryptomator-Tresor"/>
@@ -76,7 +76,7 @@ <h2>Optimaler Schutz dank neuesten Technologie-Standards</h2>
7676
</section>
7777

7878
<section class="container py-12 md:py-16 lg:py-20">
79-
<article class="prose-article">
79+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
8080
<h2 class="text-center">Warum ist Cryptomator sicher und vertrauenswürdig?</h2>
8181
<div class="flex flex-wrap md:flex-row-reverse">
8282
<div class="md:w-2/3">

content/_index.en.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<section class="container py-12">
6-
<article class="prose-article">
6+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
77
<div class="flex flex-wrap">
88
<div class="md:w-2/3">
99
<h2>Take the security of your data into your own hands</h2>
@@ -31,7 +31,7 @@ <h2>Take the security of your data into your own hands</h2>
3131
</section>
3232

3333
<section class="container py-12">
34-
<article class="prose-article">
34+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
3535
<div class="flex flex-wrap md:flex-row-reverse">
3636
<div class="md:w-2/3">
3737
<h2>How does Cryptomator protect your data?</h2>
@@ -66,7 +66,7 @@ <h2>How does Cryptomator protect your data?</h2>
6666
</section>
6767

6868
<section class="container text-center py-12 md:py-16 lg:py-20">
69-
<article class="prose-article">
69+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
7070
<h2>Optimal protection thanks to the latest technology standards</h2>
7171
<figure class="mx-auto md:w-5/6 lg:w-2/3">
7272
<img data-src="/img/home/split-screenshots.avif" class="lazyload aspect-1664/975 w-full" alt="Comparison of encrypted and decrypted data in a Cryptomator vault"/>
@@ -76,7 +76,7 @@ <h2>Optimal protection thanks to the latest technology standards</h2>
7676
</section>
7777

7878
<section class="container py-12 md:py-16 lg:py-20">
79-
<article class="prose-article">
79+
<article class="prose prose-sm md:prose max-w-none md:max-w-none">
8080
<h2 class="text-center">Why is Cryptomator secure and trustworthy?</h2>
8181
<div class="flex flex-wrap md:flex-row-reverse">
8282
<div class="md:w-2/3">

content/boxcryptor-alternative.de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ogimage:
1515
height: 541
1616
---
1717

18-
<div class="prose-article">{{< markdownify >}}
18+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
1919

2020
# Die beste Alternative, um deine sensiblen Daten in der Cloud zu verschlüsseln: Boxcryptor vs. Cryptomator
2121

@@ -158,7 +158,7 @@ Kommen wir nun zum Vergleich der sichtbaren Funktionen. Die folgende Tabelle zei
158158
</tbody>
159159
</table>
160160

161-
<div class="prose-article">{{< markdownify >}}
161+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
162162

163163
### Sicherheitsrelevante Features {#security-relevant-features}
164164

@@ -377,7 +377,7 @@ Lass uns jetzt einen Blick auf diese Merkmale werfen. Dafür vergleichen wir die
377377
</tbody>
378378
</table>
379379

380-
<div class="prose-article">{{< markdownify >}}
380+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
381381

382382
## Fazit: Wann Boxcryptor bzw. Cryptomator die passende Alternative für dich ist {#conclusion}
383383

content/boxcryptor-alternative.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ogimage:
1515
height: 541
1616
---
1717

18-
<div class="prose-article">{{< markdownify >}}
18+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
1919

2020
# The Best Alternative to Encrypt Your Sensitive Data in the Cloud: Boxcryptor vs. Cryptomator
2121

@@ -158,7 +158,7 @@ Let's now compare the visible features. The following table shows you the simila
158158
</tbody>
159159
</table>
160160

161-
<div class="prose-article">{{< markdownify >}}
161+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
162162

163163
### Security-Relevant Features {#security-relevant-features}
164164

@@ -377,7 +377,7 @@ Let's now take a look at these features. For this we compare the features again
377377
</tbody>
378378
</table>
379379

380-
<div class="prose-article">{{< markdownify >}}
380+
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
381381

382382
## Conclusion: When Boxcryptor or Cryptomator Is the Right Alternative for You {#conclusion}
383383

content/downloads/android.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010

1111
<div class="w-full md:w-1/2 lg:w-1/3 py-4 text-center">
12-
<header class="prose-article mb-6">
12+
<header class="prose prose-sm md:prose max-w-none md:max-w-none mb-6">
1313
<h2>Cryptomator für Android</h2>
1414
</header>
1515

content/downloads/android.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010

1111
<div class="w-full md:w-1/2 lg:w-1/3 py-4 text-center">
12-
<header class="prose-article mb-6">
12+
<header class="prose prose-sm md:prose max-w-none md:max-w-none mb-6">
1313
<h2>Cryptomator for Android</h2>
1414
</header>
1515

content/downloads/ios.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010

1111
<div class="w-full md:w-1/2 lg:w-1/3 py-4 text-center">
12-
<header class="prose-article mb-6">
12+
<header class="prose prose-sm md:prose max-w-none md:max-w-none mb-6">
1313
<h2>Cryptomator für iOS</h2>
1414
</header>
1515

content/downloads/ios.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010

1111
<div class="w-full md:w-1/2 lg:w-1/3 py-4 text-center">
12-
<header class="prose-article mb-6">
12+
<header class="prose prose-sm md:prose max-w-none md:max-w-none mb-6">
1313
<h2>Cryptomator for iOS</h2>
1414
</header>
1515

content/downloads/linux.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta itemprop="applicationSubCategory" content="Encryption"/>
1717
<meta itemprop="image" content="{{< absurl "/img/logo.png" >}}"/>
1818
<meta itemprop="operatingSystem" content="Mac"/>
19-
<header class="prose-article mb-6">
19+
<header class="prose prose-sm md:prose max-w-none md:max-w-none mb-6">
2020
<h2>Cryptomator für Linux</h2>
2121
<p>Version {{< siteparam releases.appimage.version >}} • <a href="https://github.com/cryptomator/cryptomator/releases/tag/{{< siteparam releases.appimage.version >}}" target="_blank" rel="noopener">Änderungen</a></p>
2222
</header>

0 commit comments

Comments
 (0)