mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 03:15:07 +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
|
date: 2009-02-17 20:11:55+00:00
|
||||||
|
|
||||||
featured: true
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- goodies
|
- goodies
|
||||||
- wallpaper
|
- wallpaper
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user