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 391a17e commit 4dccb9cCopy full SHA for 4dccb9c
index.html
@@ -133,6 +133,14 @@
133
</script>
134
135
<title>Markdown-IT</title>
136
+
137
+ <style>
138
+ body {
139
+ margin: 0px;
140
+ padding: 1rem;
141
+ min-width: calc(100% - 2rem);
142
+ }
143
+ </style>
144
</head>
145
146
<body></body>
module.yaml
@@ -23,6 +23,13 @@ load:
23
- https://edrys-labs.github.io/module/vendor/water.min.css
24
- https://edrys-labs.github.io/module/vendor/open-iconic/css/open-iconic.min.css
25
26
+style: |-
27
28
29
30
31
32
33
body: ""
34
35
main: |-
0 commit comments