Skip to content

Commit

Permalink
Fix image size and link text wrapping on small screen widths
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasericsson222 committed Jun 14, 2024
1 parent cf2fcea commit e3ffb59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ pre {
background-color: rgb(31, 31, 31);
}

a {
word-wrap: break-word;
}

main img {
width: 100%;
}

/*main p:not(blockquote p, li p):first-of-type::first-letter {
font-size: 4.5rem;
float: left;
Expand Down

0 comments on commit e3ffb59

Please sign in to comment.