We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b91c0 commit 3850e4eCopy full SHA for 3850e4e
_includes/inline_callouts.html
@@ -5,9 +5,9 @@
5
{% if callout.icon %}
6
<div class="icon callout-icon">
7
{% if callout.icon_brand %}
8
- <i class="fab {{ callout.icon }} fa-4x"></i>
+ <i class="fab {{ callout.icon }} fa-6x"></i>
9
{% else %}
10
- <i class="fas {{ callout.icon }} fa-4x"></i>
+ <i class="fas {{ callout.icon }} fa-6x"></i>
11
{% endif %}
12
</div>
13
{% elsif callout.img %}
assets/css/app.scss
@@ -18,3 +18,8 @@ html {
18
.navbar-item.is-active {
19
font-weight: 600;
20
}
21
+
22
+.callout-icon {
23
+ width: 6rem;
24
+ height: 6rem;
25
+}
0 commit comments