0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

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

View file

@ -12,14 +12,12 @@
<a href="{{AppSubUrl}}/blender/blender" class="image"> <a href="{{AppSubUrl}}/blender/blender" class="image">
<img src="/assets/img/thumb_blender.jpg"> <img src="/assets/img/thumb_blender.jpg">
</a> </a>
<div class="row"> <div class="content">
<div class="content p-3"> <a href="{{AppSubUrl}}/blender/blender">
<a href="{{AppSubUrl}}/blender/blender"> <h4>Blender</h4>
<h4>Blender</h4> </a>
</a> <div class="description">
<div class="description"> <p>The main repository for Blender's code and all its branches.</p>
<p>The main repository for Blender's code and all its branches.</p>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -29,14 +27,12 @@
<a href="{{AppSubUrl}}/blender/documentation" class="image"> <a href="{{AppSubUrl}}/blender/documentation" class="image">
<img src="/assets/img/thumb_manual.jpg"> <img src="/assets/img/thumb_manual.jpg">
</a> </a>
<div class="row"> <div class="content">
<div class="content p-3"> <a href="{{AppSubUrl}}/blender/documentation">
<a href="{{AppSubUrl}}/blender/documentation"> <h4>User Manual</h4>
<h4>User Manual</h4> </a>
</a> <div class="description">
<div class="description"> <p>The official Blender manual, with references and examples.</p>
<p>The official Blender manual, with references and examples.</p>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -46,14 +42,12 @@
<a href="{{AppSubUrl}}/studio/flamenco" class="image"> <a href="{{AppSubUrl}}/studio/flamenco" class="image">
<img src="/assets/img/thumb_flamenco.jpg"> <img src="/assets/img/thumb_flamenco.jpg">
</a> </a>
<div class="row"> <div class="content">
<div class="content p-3"> <a href="{{AppSubUrl}}/studio/flamenco">
<a href="{{AppSubUrl}}/studio/flamenco"> <h4>Flamenco</h4>
<h4>Flamenco</h4> </a>
</a> <div class="description">
<div class="description"> <p>Free and open source render management software.</p>
<p>Free and open source render management software.</p>
</div>
</div> </div>
</div> </div>
</div> </div>