Skip to content

Commit

Permalink
iOS ok, bigger width on desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
davrous committed Jun 19, 2017
1 parent ced7f6e commit 0058e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hr.margin {
@media (min-width: $md) {
img {
height: auto;
width: auto; max-width: 80%;
width: auto; max-width: 100%;
}
}
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion scss/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ hr.margin {
.page-title img {
height: auto;
width: auto;
max-width: 80%; } }
max-width: 100%; } }
.page-title h2 {
margin: 0;
font-family: "Roboto", sans-serif;
Expand Down

0 comments on commit 0058e21

Please sign in to comment.