diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 356898e..0eda0d6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -13,6 +13,11 @@ code { pre { background: #EEE; padding: 40px; + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ } a { diff --git a/routes/index.js b/routes/index.js index a9dc574..9c18c01 100644 --- a/routes/index.js +++ b/routes/index.js @@ -16,9 +16,7 @@ template = (magnet, meta) => (`

⚡ :magnet:

-
-		${magnet}
-	
+
${magnet}