Skip to content

Commit 7c9b7d9

Browse files
committed
remove class
1 parent 32f81d2 commit 7c9b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card/StackedMinimal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react"
33
import BlogData from '../../data/posts.json';
44

55
const StackedMinimal = () => (
6-
<section className="l-cards l-cards--minimal container">
6+
<section className="l-cards container">
77
<div className="l-cards__heading">
88
<h4>Minimal </h4>
99
</div>

0 commit comments

Comments
 (0)