aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-14 23:45:31 +0100
committerFrankie B <git@diskfloppy.me>2023-08-14 23:45:31 +0100
commitb8b36c50d09b1b1ea59b02601a9f7c5f4bca894b (patch)
treec41a3f421a2c364c40e24177928718d91f94d626 /public/css/master.css
parente7d58f3185b798df4e020f0c2b7ab36d1d1656dc (diff)
we ball
Diffstat (limited to 'public/css/master.css')
-rw-r--r--public/css/master.css10
1 files changed, 10 insertions, 0 deletions
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;
+}