reinstate content flow rule

This commit is contained in:
lindsaym-fa
2024-12-12 16:13:39 -05:00
parent cb0240c91d
commit b25e58b24b
2 changed files with 24 additions and 21 deletions

View File

@@ -455,6 +455,7 @@ wa-page > main:has(> .index-grid) {
.table-scroll {
overflow-x: auto;
margin-block-end: var(--wa-flow-spacing);
}
/** mobile */

View File

@@ -63,28 +63,30 @@ body {
}
/* Content flow */
/* address,
audio,
blockquote,
dd,
details,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
ol,
p,
pre,
table,
ul,
video {
:is(
address,
audio,
blockquote,
dd,
details,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
ol,
p,
pre,
table,
ul,
video
):has(+ *) {
margin: 0 0 var(--wa-space-xl) 0;
} */
}
/* Headings & text */
h1,