File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments