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
commitfd12540d0ae46c299d346fad3847390eb4c1dd84 (patch)
treec41a3f421a2c364c40e24177928718d91f94d626 /public/css/master.css
parentcc7fbbcdcae1e195a24b2d9e669c7df2ffce6439 (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;
+}