summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/index.css')
-rw-r--r--web/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/src/index.css b/web/src/index.css
new file mode 100644
index 0000000..66b008c
--- /dev/null
+++ b/web/src/index.css
@@ -0,0 +1,6 @@
+@import url("@picocss/pico");
+
+.msg-header {
+ display: flex;
+ justify-content: space-between;
+} \ No newline at end of file