From 50df0f7b61462a6bfad9e74f7c7917c6b19d4b92 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 2 Oct 2024 17:26:41 -0400 Subject: Add first pass at dashboard --- static/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/styles.css (limited to 'static') 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; +} -- cgit v1.2.3