mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 02:15:08 +01:00
featured tweaks
This commit is contained in:
parent
85cfced721
commit
592bdad6e6
@ -8,8 +8,6 @@ author: Matthias Kretschmann
|
||||
|
||||
date: 2009-02-17 20:11:55+00:00
|
||||
|
||||
featured: true
|
||||
|
||||
tags:
|
||||
- goodies
|
||||
- wallpaper
|
||||
|
@ -8,8 +8,6 @@ author: Matthias Kretschmann
|
||||
|
||||
date: 2010-07-03 17:12:53+00:00
|
||||
|
||||
featured: true
|
||||
|
||||
tags:
|
||||
- goodies
|
||||
- wallpaper
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user