We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afd9922 + 3417f8f commit b3f5f9dCopy full SHA for b3f5f9d
CHANGELOG.md
@@ -11,6 +11,10 @@
11
12
- Upgrade Node.js LTS and dependent packages to the latest version ([#413](https://github.com/marp-team/marpit/pull/413))
13
14
+### Fixed
15
+
16
+- Scaffold theme: Don't overload UA's inline margin for `<h1>` element ([#414](https://github.com/marp-team/marpit/pull/414))
17
18
## v3.1.2 - 2024-12-23
19
20
### Changed
src/theme/scaffold.js
@@ -33,7 +33,7 @@ section:not([data-marpit-pagination])::after {
33
/* Normalization */
34
h1 {
35
font-size: 2em;
36
- margin: 0.67em 0;
+ margin-block: 0.67em;
37
}
38
39
video::-webkit-media-controls {
0 commit comments