From 2f4d93131d6e2fc8508f472a2e06046b7e4cba5e Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:04:32 +0200 Subject: [PATCH] Update CSS - fix responsive --- _sass/_highlights.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;