summaryrefslogtreecommitdiff
path: root/unmono/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'unmono/style.css')
-rw-r--r--unmono/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/unmono/style.css b/unmono/style.css
new file mode 100644
index 0000000..3531391
--- /dev/null
+++ b/unmono/style.css
@@ -0,0 +1,12 @@
+body {
+ max-width: 80ch;
+}
+.article {
+ border: thin solid black;
+ padding-right: 5ch;
+ padding-left: 5ch;
+ margin-bottom: 1ch;
+}
+.article .title {
+ margin-top: 0.35em;
+}