diff --git a/assets/css/main.css b/assets/css/main.css index 8c73217..aeab777 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -324,6 +324,12 @@ hr { clear: both; } +.no-hyphens { + -webkit-hyphens: none !important; + -moz-hyphens: none !important; + hyphens: none !important; +} + /*=-----------------=*/ /* Copyright notice. */ /*=-----------------=*/