diff --git a/website/modules/base.css b/website/modules/base.css index 11d693cf93..2c9e802e8f 100644 --- a/website/modules/base.css +++ b/website/modules/base.css @@ -85,7 +85,7 @@ code { } .markdown > pre { background: rgb(45, 45, 45); - float: right; + float: left; clear: right; white-space: pre-wrap; }