Skip to content

Commit 5d930da

Browse files
authored
Update style.css
1 parent aa6215b commit 5d930da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: style.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ a {
2828
text-decoration: none;
2929
color: rgb(0, 100, 255);
3030
transition-duration: 200ms;
31-
word-wrap: break-word;
32-
overflow-wrap: break-word;
3331
}
3432
a:hover {
3533
opacity: 0.7;
3634
}
35+
a, code {
36+
word-wrap: break-word;
37+
overflow-wrap: break-word;
38+
}
3739
iframe {
3840
width: auto;
3941
height: auto;

0 commit comments

Comments
 (0)