From b8b36c50d09b1b1ea59b02601a9f7c5f4bca894b Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 14 Aug 2023 23:45:31 +0100 Subject: we ball --- public/css/master.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/css') diff --git a/public/css/master.css b/public/css/master.css index b77328e..27065be 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -8,6 +8,7 @@ body { margin: 0; color: var(--foreground); background-color: var(--background); + text-align: left; } html { @@ -436,3 +437,12 @@ table.infotable tr td small { .hljs { background: none !important; } + +.me img { + float: right; + margin: 5px; +} + +.me p { + text-align: justify; +} -- cgit v1.2.3-54-g00ecf