diff options
Diffstat (limited to 'public/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; +} |