1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-05 03:15:07 +01:00

featured tweaks

This commit is contained in:
Matthias Kretschmann 2018-09-07 00:35:57 +02:00
parent 85cfced721
commit 592bdad6e6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 3 additions and 7 deletions

View File

@ -8,8 +8,6 @@ author: Matthias Kretschmann
date: 2009-02-17 20:11:55+00:00 date: 2009-02-17 20:11:55+00:00
featured: true
tags: tags:
- goodies - goodies
- wallpaper - wallpaper

View File

@ -8,8 +8,6 @@ author: Matthias Kretschmann
date: 2010-07-03 17:12:53+00:00 date: 2010-07-03 17:12:53+00:00
featured: true
tags: tags:
- goodies - goodies
- wallpaper - wallpaper

View File

@ -7,8 +7,6 @@ image: ../media/teaser-appstorebadges.png
author: Matthias Kretschmann author: Matthias Kretschmann
date: 2015-09-13 18:55:18.418548000 +02:00 date: 2015-09-13 18:55:18.418548000 +02:00
featured: true
tags: tags:
- goodies - goodies
- css - css

View File

@ -3,12 +3,14 @@
.featured { .featured {
@include breakoutviewport; @include breakoutviewport;
@include divider;
margin-bottom: 0;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-top: $spacer * 2; margin-top: $spacer * 2;
margin-bottom: $spacer * 2; padding-bottom: $spacer * 2;
} }
.featuredTitle { .featuredTitle {