summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2025-03-14 18:37:19 +0000
committerMohit Agarwal <mohit.agarwal@sky.com>2025-03-14 18:37:19 +0000
commit41ea1757508169957d0ff91ccd94ffea5cc676be (patch)
tree40b94e8dcd96020504a7ca6ec169f33bac8b2b68 /static/style.css
Initial commit.HEADmaster
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..3531391
--- /dev/null
+++ b/static/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;
+}