File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ defaults:
92
92
- nav : archive
93
93
94
94
# Outputting
95
- paginate : 8
95
+ paginate : 6
96
96
timezone : Asia/Tokyo
97
97
98
98
# Archive
Original file line number Diff line number Diff line change @@ -95,6 +95,21 @@ html {
95
95
}
96
96
}
97
97
}
98
+ .grid-max-cols-3 {
99
+ .grid__item {
100
+ @include breakpoint ($medium ) {
101
+ width : span (4 of 12 );
102
+ & :nth-child (3 n + 1 ) {
103
+ clear : both ;
104
+ margin-left : 0 ;
105
+ }
106
+ & :nth-child (3 n + 2 ), & :nth-child (3 n + 3 ) {
107
+ clear : none ;
108
+ margin-left : gutter (1 of 12 );
109
+ }
110
+ }
111
+ }
112
+ }
98
113
.no-footer-meta {
99
114
footer .page__meta {
100
115
display : none ;
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: home
3
- classes: wide
3
+ classes: wide grid-max-cols-3
4
4
author_profile: true
5
+ entries_layout: grid
5
6
---
You can’t perform that action at this time.
0 commit comments