Skip to content

Commit 23016f9

Browse files
committed
design fix (white border for "add **" pics)
1 parent d198a1e commit 23016f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/hubs_grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4>{{ project.caption.title }}</h4>
4141
<i class="{{ site.data.style.hubs-icon | default: "fas fa-plus fa-3x" }}"></i>
4242
</div>
4343
</div>
44-
<img class="img-fluid hubs-img" src="assets/img/hubs/00-new-hub.jpg" alt="">
44+
<img class="img-fluid border border-light hubs-img" src="assets/img/hubs/00-new-hub.jpg" alt="">
4545
</a>
4646
<div class="hubs-caption">
4747
<h4>Add new Hub</h4>

_includes/tools_grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4>{{ tool.title }}</h4>
4141
<i class="{{ site.data.style.hubs-icon | default: "fas fa-plus fa-3x" }}"></i>
4242
</div>
4343
</div>
44-
<img class="img-fluid tools-img" src="assets/img/hubs/00-new-hub.jpg" alt="">
44+
<img class="img-fluid border border-light tools-img" src="assets/img/hubs/00-new-hub.jpg" alt="">
4545
</a>
4646
<div class="hubs-caption">
4747
<h4>Add new tool</h4>

0 commit comments

Comments
 (0)