Skip to content

Commit 4dccb9c

Browse files
Add styling to modules
1 parent 391a17e commit 4dccb9c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@
133133
</script>
134134

135135
<title>Markdown-IT</title>
136+
137+
<style>
138+
body {
139+
margin: 0px;
140+
padding: 1rem;
141+
min-width: calc(100% - 2rem);
142+
}
143+
</style>
136144
</head>
137145

138146
<body></body>

module.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ load:
2323
- https://edrys-labs.github.io/module/vendor/water.min.css
2424
- https://edrys-labs.github.io/module/vendor/open-iconic/css/open-iconic.min.css
2525

26+
style: |-
27+
body {
28+
margin: 0px;
29+
padding: 1rem;
30+
min-width: calc(100% - 2rem);
31+
}
32+
2633
body: ""
2734

2835
main: |-

0 commit comments

Comments
 (0)