diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.module.scss')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.module.scss b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.module.scss new file mode 100644 index 00000000..8af3ee6d --- /dev/null +++ b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.module.scss @@ -0,0 +1,4 @@ +.codeBlock { + white-space: pre-wrap; + margin-top: 60px; +} |
