diff --git a/index.html b/index.html index 58e02c3..cd2f535 100644 --- a/index.html +++ b/index.html @@ -11313,8 +11313,8 @@ let count = 0; for (textContent of headings) { - t += `
-
`; + t += `
+
`; let snippets = Object.values(textContent.contents).sort((c, d) => c.rank < d.rank); t += `
${textContent.title}
`; for (snips of snippets) { @@ -11385,327 +11385,218 @@ RanchiMall Content Collaboration Output + + + + @media all and (min-width: 640px){ + body{ + margin: 0 12vw; + } + .columns{ + margin: 0 2vw; + } + } + @media all and (min-width: 1280px){ + body{ + margin: 0 20vw; + } + .columns{ + margin: 0 2vw; + } + } + @media all and (min-width: 1920px){ + body{ + margin: 0 32vw; + } + .columns{ + margin: 0 4vw; + } + } + - -
-
- +
${Object.keys(floGlobals.appObjects[cloudArticleApp.SUBJECT])[0]}
-
-
Exported by RanchiMall Content Collaboration on FLO Blockchain
-
-
`; - t += `${mid_section}`; - t += `
+
+
Exported by RanchiMall Content Collaboration on FLO Blockchain
+
+
`; + t += `${mid_section}`; + t += `
`;