Add a little more css to help with things

... maybe
diff --git a/css/wargames.css b/css/wargames.css
index cabd9c6..1c360b9 100644
--- a/css/wargames.css
+++ b/css/wargames.css
@@ -86,6 +86,8 @@
 background:#fff;

 border:1px solid #DDD;

 padding:0.1em 0.2em;

+word-break: break-word !important;

+overflow-wrap: break-word;

 }

 

 #wargames pre code{

@@ -95,6 +97,8 @@
 background-color:transparent;

 border-style:none;

 font:400 19px VT323, monospace;

+word-break: break-word !important;

+overflow-wrap: break-word;

 }

 

 #wargames pre code:last-child:after{