Skip to content

Commit e4b35d6

Browse files
committed
fixed unnecessary diff
1 parent 68fdf2b commit e4b35d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/for-teams/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 id="introduction" class="font-h2 mb-4">{{ i18n "hub_video_title" . }}</h2>
3636
<p class="font-p mb-4">{{ i18n "hub_video_description" . }}</p>
3737
</header>
3838

39-
<div class="relative max-w-5xl mx-auto mb-12">
39+
<div class="max-w-5xl mx-auto mb-12">
4040
<video controls preload="none" poster="https://static.cryptomator.org/hub/quick-introduction.png" class="w-full h-auto rounded-lg shadow-lg">
4141
<source src="https://static.cryptomator.org/hub/quick-introduction.mp4" type="video/mp4">
4242
</video>
@@ -81,7 +81,7 @@ <h2 id="features" class="font-h2 mb-4">{{ i18n "hub_features_title" . }}</h2>
8181
<p class="font-p mb-4">{{ i18n "hub_features_subtitle" . }}</p>
8282
</header>
8383

84-
<div class="grid grid-cols-1 lg:grid-cols-3 gap-4">
84+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-4">
8585
<div class="white-box">
8686
<div class="px-4 py-2 border-b border-primary">
8787
<h3 class="font-h3"><i class="fas fa-key fa-fw text-primary"></i> {{ i18n "hub_features_feature_1_title" . }}</h3>

0 commit comments

Comments
 (0)