diff options
Diffstat (limited to 'src_web/style/main.scss')
| -rw-r--r-- | src_web/style/main.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src_web/style/main.scss b/src_web/style/main.scss new file mode 100644 index 0000000..2181a8b --- /dev/null +++ b/src_web/style/main.scss @@ -0,0 +1,6 @@ +@import '~normalize.css/normalize'; + +body { + font-size: 9pt; + margin: 5px; +} |
