diff --git a/content/posts/2009-02-17-out-of-whale-oil.md b/content/posts/2009-02-17-out-of-whale-oil.md index a3523b26..713c144a 100644 --- a/content/posts/2009-02-17-out-of-whale-oil.md +++ b/content/posts/2009-02-17-out-of-whale-oil.md @@ -8,8 +8,6 @@ author: Matthias Kretschmann date: 2009-02-17 20:11:55+00:00 -featured: true - tags: - goodies - wallpaper diff --git a/content/posts/2010-07-03-momcorp.md b/content/posts/2010-07-03-momcorp.md index faec1a86..936d2c5b 100644 --- a/content/posts/2010-07-03-momcorp.md +++ b/content/posts/2010-07-03-momcorp.md @@ -8,8 +8,6 @@ author: Matthias Kretschmann date: 2010-07-03 17:12:53+00:00 -featured: true - tags: - goodies - wallpaper diff --git a/content/posts/2015-09-13-css-app-store-badges.md b/content/posts/2015-09-13-css-app-store-badges.md index 627efddd..b8c542e9 100644 --- a/content/posts/2015-09-13-css-app-store-badges.md +++ b/content/posts/2015-09-13-css-app-store-badges.md @@ -7,8 +7,6 @@ image: ../media/teaser-appstorebadges.png author: Matthias Kretschmann date: 2015-09-13 18:55:18.418548000 +02:00 -featured: true - tags: - goodies - css diff --git a/src/components/molecules/Featured.module.scss b/src/components/molecules/Featured.module.scss index f41fcb8b..b77ffea1 100644 --- a/src/components/molecules/Featured.module.scss +++ b/src/components/molecules/Featured.module.scss @@ -3,12 +3,14 @@ .featured { @include breakoutviewport; + @include divider; + margin-bottom: 0; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: $spacer * 2; - margin-bottom: $spacer * 2; + padding-bottom: $spacer * 2; } .featuredTitle {