diff --git a/assets/main.scss b/assets/main.scss index ded25b8e..9311f453 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -22,6 +22,7 @@ $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace; * { color: revert !important; background-color: revert !important; + overflow-wrap: break-word !important; } // Fitting to text and monospace preferred @@ -126,3 +127,9 @@ img { border: 1px solid; //black; } + +.monospaced { + font-family: $monospace-font-family; + font-size: 0.8em; + //overflow-wrap: break-word; +} diff --git a/index.html b/index.html index e4cb6de1..d6fe4396 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,7 @@