diff --git a/style.css b/style.css index 6138fde..75939fe 100644 --- a/style.css +++ b/style.css @@ -28,12 +28,14 @@ a { text-decoration: none; color: rgb(0, 100, 255); transition-duration: 200ms; - word-wrap: break-word; - overflow-wrap: break-word; } a:hover { opacity: 0.7; } +a, code { + word-wrap: break-word; + overflow-wrap: break-word; +} iframe { width: auto; height: auto;