Skip to content

Commit 4863ac6

Browse files
committed
Merge remote-tracking branch 'origin/edits' into edits
2 parents 7873b4b + 7f202bb commit 4863ac6

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
@@ -14,7 +14,7 @@
1414
<a href="{{ page.url | relative_url }}" class="page-tile-link">
1515
<div class="page-tile-item">
1616
<div class="page-tile-content">
17-
<h3 class="page-tile-title">{{ page.title }}</h3>
17+
<h3 class="page-tile-title" style="margin-top: 0.0rem">{{ page.title }}</h3>
1818
{% if page.description %}
1919
<p class="page-tile-description">{{ page.description }}</p>
2020
{% endif %}
@@ -183,7 +183,7 @@ <h3 class="page-tile-title">{{ page.title }}</h3>
183183
background-color: #eef2f9;
184184
color: #141414;
185185
border-radius: 20px;
186-
margin-bottom: 12px;
186+
margin-bottom: 6px;
187187
}
188188

189189
.page-tile-title {

0 commit comments

Comments
 (0)