Skip to content

Commit bf9d81c

Browse files
authored
Merge pull request #22 from encukou/year-inline-block
index: Keep entries from the whole year together
2 parents 2beb9d3 + 0df111e commit bf9d81c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/site.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ a:focus {
8585
font-size: 2.5rem;
8686
}
8787
}
88+
89+
.archive-year {
90+
/* Keep each year's entries together
91+
* inspired by http://stackoverflow.com/questions/6424088/css-column-breaks
92+
*/
93+
display: inline-block;
94+
width: 100%;
95+
}

0 commit comments

Comments
 (0)