Skip to content

Commit

Permalink
Add styling to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Nov 20, 2024
1 parent 391a17e commit 4dccb9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@
</script>

<title>Markdown-IT</title>

<style>
body {
margin: 0px;
padding: 1rem;
min-width: calc(100% - 2rem);
}
</style>
</head>

<body></body>
Expand Down
7 changes: 7 additions & 0 deletions module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ load:
- https://edrys-labs.github.io/module/vendor/water.min.css
- https://edrys-labs.github.io/module/vendor/open-iconic/css/open-iconic.min.css

style: |-
body {
margin: 0px;
padding: 1rem;
min-width: calc(100% - 2rem);
}
body: ""

main: |-
Expand Down

0 comments on commit 4dccb9c

Please sign in to comment.