Skip to content

Commit

Permalink
Fix v3 for iOS...
Browse files Browse the repository at this point in the history
  • Loading branch information
davrous committed Jun 19, 2017
1 parent b2c2a10 commit ced7f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scss/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ hr.margin {
margin: 1em 0;
}
img {
height: 4em;
height: 3.8em;
}
@media (min-width: $sm) {
img {
height:4em;
height:3.8em;
}
}
@media (min-width: $md) {
img {
height: auto;
width: auto; max-width: 100%;
width: auto; max-width: 80%;
}
}
text-align: center;
Expand Down
6 changes: 3 additions & 3 deletions scss/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,15 @@ hr.margin {
.page-title h1 {
margin: 1em 0; }
.page-title img {
height: 4em; }
height: 3.8em; }
@media (min-width: 30em) {
.page-title img {
height: 4em; } }
height: 3.8em; } }
@media (min-width: 48em) {
.page-title img {
height: auto;
width: auto;
max-width: 100%; } }
max-width: 80%; } }
.page-title h2 {
margin: 0;
font-family: "Roboto", sans-serif;
Expand Down

0 comments on commit ced7f6e

Please sign in to comment.