diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index 30855ae..3768695 100755 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -29,6 +29,10 @@ code { max-width: 100%; } +a { + word-wrap: break-word; +} + table{ border-color: rgb(58, 62, 65); box-shadow: rgba(0, 0, 0, 0.1) 3px 3px;