mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-02 01:37:33 -05:00
Move summary card CSS to a new fold section
This commit is contained in:
@@ -444,16 +444,7 @@ body {
|
||||
|
||||
/* }}} */
|
||||
|
||||
/* List layout {{{ */
|
||||
|
||||
.page-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
gap: 40px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
/* Summary card formatting {{{ */
|
||||
|
||||
.page-list > .page {
|
||||
padding: 24px;
|
||||
@@ -462,6 +453,8 @@ body {
|
||||
color: var(--text-1);
|
||||
}
|
||||
|
||||
/* also see .page-title in list layout section for some extra rules */
|
||||
|
||||
.page > .page-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -474,18 +467,6 @@ body {
|
||||
}
|
||||
*/
|
||||
|
||||
.page-title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.page-title a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.page-title h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.page-metadata {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
@@ -521,6 +502,31 @@ body {
|
||||
|
||||
/* }}} */
|
||||
|
||||
/* List layout {{{ */
|
||||
|
||||
.page-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
gap: 40px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.page-title a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.page-title h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
|
||||
/* Taxonomy list layout {{{ */
|
||||
|
||||
.taxonomy-list a,
|
||||
|
Reference in New Issue
Block a user