We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b95130 commit 110f267Copy full SHA for 110f267
pages/releases/_includes/feature.html
@@ -16,7 +16,14 @@
16
{% endif %}
17
18
19
-<div id="{{feature.anchor}}" class="release-card media-{{media_position}}">
+{% assign span = "" %}
20
+{% if importance == 2 %}
21
+ {% assign span = "span-3" %}
22
+{% elsif importance == 3 %}
23
+ {% assign span = "span-2" %}
24
+{% endif %}
25
+
26
+<div id="{{feature.anchor}}" class="release-card media-{{media_position}} {{span}}">
27
<div class="release-card-container">
28
<div class="release-card-content">
29
<div class="release-card-content-container">
0 commit comments