mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
reinstate content flow rule
This commit is contained in:
@@ -455,6 +455,7 @@ wa-page > main:has(> .index-grid) {
|
||||
|
||||
.table-scroll {
|
||||
overflow-x: auto;
|
||||
margin-block-end: var(--wa-flow-spacing);
|
||||
}
|
||||
|
||||
/** mobile */
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user