Skip to content

Commit 5a823e6

Browse files
committed
css: fix projects padding
Signed-off-by: Yvan Volochine <[email protected]>
1 parent 7709982 commit 5a823e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title : Projects
44
bootstrap: true
55
---
66

7-
<div class="row">
7+
<div class="row mt-4">
88
{% for item in site.data.gallery %}
9-
<div class="col-md-6 mb-4">
9+
<div class="col-md-6 mb-5">
1010
{% include gallery_card.md %}
1111
</div>
1212
{% endfor %}

0 commit comments

Comments
 (0)