mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-14 06:55:16 -05:00
WIP
This commit is contained in:
@@ -474,14 +474,17 @@ body {
|
||||
}
|
||||
*/
|
||||
|
||||
.page-title,
|
||||
.summary-title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.page-title a,
|
||||
.summary-title a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.page-title h1,
|
||||
.summary-title h1 {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -571,17 +574,7 @@ body {
|
||||
|
||||
/* Series list layout {{{ */
|
||||
|
||||
.page-list.series {
|
||||
display: flex;
|
||||
gap: 80px;
|
||||
flex-flow: row wrap;
|
||||
list-style: none;
|
||||
color: var(--text-0);
|
||||
padding: 8px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.page-list.series-inner {
|
||||
.page-list-series-inner {
|
||||
gap: 10px;
|
||||
flex-direction: row;
|
||||
flex-flow: row wrap;
|
||||
@@ -590,7 +583,7 @@ body {
|
||||
padding: 8px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.page-list.series-inner > .page {
|
||||
.page-list-series-inner > .summary {
|
||||
flex: 1;
|
||||
min-width: 49%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user