Text alignment within posts

merge-requests/8/head
Bob Mottram 2020-10-27 22:48:53 +00:00
parent 98afdc07dc
commit e88042af39
1 changed files with 3 additions and 2 deletions

View File

@ -401,8 +401,9 @@ a:focus {
} }
.message { .message {
margin-left: 7%; margin-left: 0%;
width: 90%; margin-right: 0%;
width: 100%;
} }
.addedHashtag:link { .addedHashtag:link {