Simplify feature row SCSS
This commit is contained in:
@@ -23,7 +23,7 @@ feature_row:
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
url: "#test-link"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse btn--large"
|
||||
btn_class: "btn--inverse"
|
||||
- image_path: unsplash-gallery-image-3-th.jpg
|
||||
title: "Placeholder 3"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
@@ -34,7 +34,7 @@ feature_row2:
|
||||
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`'
|
||||
url: "#test-link"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse btn--large"
|
||||
btn_class: "btn--inverse"
|
||||
feature_row3:
|
||||
- image_path: unsplash-gallery-image-2-th.jpg
|
||||
alt: "placeholder image 2"
|
||||
@@ -42,7 +42,7 @@ feature_row3:
|
||||
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`'
|
||||
url: "#test-link"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse btn--large"
|
||||
btn_class: "btn--inverse"
|
||||
feature_row4:
|
||||
- image_path: unsplash-gallery-image-2-th.jpg
|
||||
alt: "placeholder image 2"
|
||||
@@ -50,7 +50,7 @@ feature_row4:
|
||||
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`'
|
||||
url: "#test-link"
|
||||
btn_label: "Read More"
|
||||
btn_class: "btn--inverse btn--large"
|
||||
btn_class: "btn--inverse"
|
||||
---
|
||||
|
||||
{% include feature-row id="intro" type="center" %}
|
||||
|
||||
Reference in New Issue
Block a user