diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
commit | fd12540d0ae46c299d346fad3847390eb4c1dd84 (patch) | |
tree | c41a3f421a2c364c40e24177928718d91f94d626 /public/css/master.css | |
parent | cc7fbbcdcae1e195a24b2d9e669c7df2ffce6439 (diff) |
we ball
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 10 |
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; +} |