1
0
Fork 0

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
featured: true
tags:
- goodies
- wallpaper

View File

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

View File

@ -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

View File

@ -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 {