Skip to content

Commit

Permalink
Fix logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 23, 2022
1 parent a309839 commit 1c86a9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/diffhtml-website/public/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ img {
max-width: 100%;
}

header img {
max-width: unset;
}

code {
font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
border-radius: 4px;
Expand Down

0 comments on commit 1c86a9e

Please sign in to comment.