From e88042af3912c05da65c291c4a575e17e20b4291 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 27 Oct 2020 22:48:53 +0000 Subject: [PATCH] Text alignment within posts --- epicyon-profile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index db3d7b187..0dd824a65 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -401,8 +401,9 @@ a:focus { } .message { - margin-left: 7%; - width: 90%; + margin-left: 0%; + margin-right: 0%; + width: 100%; } .addedHashtag:link {