aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/static
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-02 17:26:41 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-08 15:21:16 -0400
commitfc9d3f4dfea54fb8cad3dda316295a25a2e08056 (patch)
tree825b16e2c72b19536e9042c98c13127690dd5c52 /static
parent621e78947eb1c4607ce8e6bf5ce133d4927b3cf2 (diff)
Add first pass at dashboard
Diffstat (limited to 'static')
-rw-r--r--static/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..497cf2c
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,10 @@
+main {
+ display: flex;
+ margin: 1em;
+ flex-direction: column;
+}
+
+section.server-status {
+ padding: 0 1em 0.75em;
+ border: 0.25em solid black;
+}