Skip to content

Commit 48593fe

Browse files
committed
Adjust activity tile margins
1 parent 3cbb9b0 commit 48593fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/section-navigation-tiles_mod.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="{{ page.url | relative_url }}" class="page-tile-link">
1414
<div class="page-tile-item">
1515
<div class="page-tile-content">
16-
<h3 class="page-tile-title">{{ page.title }}</h3>
16+
<h3 class="page-tile-title" style="margin-top: 0.0rem">{{ page.title }}</h3>
1717
{% if page.description %}
1818
<p class="page-tile-description">{{ page.description }}</p>
1919
{% endif %}
@@ -69,7 +69,7 @@ <h3 class="page-tile-title">{{ page.title }}</h3>
6969
background-color: #eef2f9;
7070
color: #012152;
7171
border-radius: 20px;
72-
margin-bottom: 12px;
72+
margin-bottom: 6px;
7373
}
7474

7575
.page-tile-title {

0 commit comments

Comments
 (0)