Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsilva010 authored Apr 14, 2024
1 parent a3e93b4 commit 1dffa04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ code {
background: #f4f4f4;
padding: 2px 4px;
border-radius: 3px;
}
}
@media (max-width: 767px) {
img {
max-width: 100%;
height: auto;
}
}

0 comments on commit 1dffa04

Please sign in to comment.