Skip to content

Commit 3850e4e

Browse files
committed
Increased size of home page icons
1 parent 97b91c0 commit 3850e4e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_includes/inline_callouts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
{% if callout.icon %}
66
<div class="icon callout-icon">
77
{% if callout.icon_brand %}
8-
<i class="fab {{ callout.icon }} fa-4x"></i>
8+
<i class="fab {{ callout.icon }} fa-6x"></i>
99
{% else %}
10-
<i class="fas {{ callout.icon }} fa-4x"></i>
10+
<i class="fas {{ callout.icon }} fa-6x"></i>
1111
{% endif %}
1212
</div>
1313
{% elsif callout.img %}

assets/css/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ html {
1818
.navbar-item.is-active {
1919
font-weight: 600;
2020
}
21+
22+
.callout-icon {
23+
width: 6rem;
24+
height: 6rem;
25+
}

0 commit comments

Comments
 (0)