diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index a967b7a..6bd450d 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -624,10 +624,9 @@ h1 svg.icon { /* Series list layout {{{ */ -/* -.post.series { +.page-list.series { display: flex; - gap: 10px; + gap: 80px; flex-flow: row wrap; list-style: none; color: var(--text-0); @@ -635,15 +634,19 @@ h1 svg.icon { border-radius: 16px; } -.post.series .post { +.page-list.series-inner { + gap: 10px; + flex-direction: row; + flex-flow: row wrap; + background-color: var(--background-0); + /*color: var(--text-0);*/ + padding: 8px; + border-radius: 16px; +} +.page-list.series-inner > .post { flex: 1; min-width: 49%; } -*/ - -.page-list.series { - gap: 80px; -} /* }}} */ diff --git a/layouts/series/list.html b/layouts/series/list.html index bd076bf..e5dd828 100644 --- a/layouts/series/list.html +++ b/layouts/series/list.html @@ -9,9 +9,9 @@ {{ end }}