diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index cd12c8b..ab194ce 100644 --- a/src/App.css +++ b/src/App.css @@ -1,3 +1,7 @@ +.main.container { + margin-top: 4em; +} + .postMessage { word-break: break-word; overflow-wrap: anywhere; |