Home: Fix padding in repository cards

This commit is contained in:
Pablo Vazquez
2023-03-07 12:37:18 +01:00
parent 423763771c
commit 677474967f
2 changed files with 37 additions and 49 deletions

View File

@@ -1,16 +1,14 @@
<div class="ui cards">
<div class="ui cards stackable">
<div class="ui card card-with-image" style="flex: 1;">
<a href="{{AppSubUrl}}/blender/blender" class="image">
<img src="/assets/img/thumb_blender.jpg">
</a>
<div class="row">
<div class="content p-4">
<a href="{{AppSubUrl}}/blender/blender">
<h3>Blender</h3>
</a>
<div class="description">
<p>The main repository for Blender's code and all its branches.</p>
</div>
<div class="content">
<a href="{{AppSubUrl}}/blender/blender">
<h3>Blender</h3>
</a>
<div class="description">
<p>The main repository for Blender's code and all its branches.</p>
</div>
</div>
</div>
@@ -19,14 +17,12 @@
<a href="{{AppSubUrl}}/blender/documentation" class="image">
<img src="/assets/img/thumb_manual.jpg">
</a>
<div class="row">
<div class="content p-4">
<a href="{{AppSubUrl}}/blender/documentation">
<h3>User Manual</h3>
</a>
<div class="description">
<p>The official Blender manual, with references and examples.</p>
</div>
<div class="content">
<a href="{{AppSubUrl}}/blender/documentation">
<h3>User Manual</h3>
</a>
<div class="description">
<p>The official Blender manual, with references and examples.</p>
</div>
</div>
</div>
@@ -35,14 +31,12 @@
<a href="{{AppSubUrl}}/studio/flamenco" class="image">
<img src="/assets/img/thumb_flamenco.jpg">
</a>
<div class="row">
<div class="content p-4">
<a href="{{AppSubUrl}}/studio/flamenco">
<h3>Flamenco</h3>
</a>
<div class="description">
<p>Free and open source render management software.</p>
</div>
<div class="content">
<a href="{{AppSubUrl}}/studio/flamenco">
<h3>Flamenco</h3>
</a>
<div class="description">
<p>Free and open source render management software.</p>
</div>
</div>
</div>