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.
1 parent b564b51 commit 3bd95ecCopy full SHA for 3bd95ec
2 files changed
src-mdviewer/src/styles/markdown.css
@@ -11,6 +11,12 @@
11
margin-inline: auto;
12
}
13
14
+@media (min-width: 450px) {
15
+ .markdown-body {
16
+ padding-inline: 70px;
17
+ }
18
+}
19
+
20
/* Headings — Confluence/Atlassian scale */
21
.markdown-body h1,
22
.markdown-body h2,
src-mdviewer/src/styles/themes/variables.css
@@ -10,7 +10,7 @@
10
--font-size-content: clamp(1rem, 0.925rem + 0.25vw, 1.125rem);
--line-height: 1.6;
--line-height-heading: 1.25;
- --content-max-width: 1100px;
+ --content-max-width: 90ch;
--letter-spacing: normal;
/* Layout */
0 commit comments