From e424680fc013c291bd7eea4dc63b96401e5126a8 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 21 Jul 2021 04:42:31 -0500 Subject: Added a timestamp and sorts posts by timestamp --- pages/logs/index.module.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/logs/index.module.scss (limited to 'pages/logs/index.module.scss') diff --git a/pages/logs/index.module.scss b/pages/logs/index.module.scss new file mode 100644 index 0000000..7e79afe --- /dev/null +++ b/pages/logs/index.module.scss @@ -0,0 +1,12 @@ +.logList { + margin-top: 1em; + + li { + line-height: 1.15; + margin-left: 1em; + margin-top: 0.3em; + list-style-image: none; + list-style-position: outside; + list-style-type: disc; + } +} \ No newline at end of file -- cgit v1.2.3