Skip to content

Commit

Permalink
Don't allow image to overflow width in iOS About screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dfabulich committed Oct 11, 2017
1 parent 65fb2de commit a17dee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/style.css
Expand Up @@ -82,6 +82,11 @@ a {
max-width: 100%;
}

/*credits*/
#main.container img {
max-width: 100%;
}

.statBar {
background-color: #949291;
height: 2em;
Expand Down

0 comments on commit a17dee2

Please sign in to comment.