Skip to content

Commit

Permalink
Fixed image size/position when small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
smarvik committed Jun 30, 2016
1 parent acc563c commit 6c3ce33
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ header {
display: block;
margin: auto;
width: 50%;
@media only screen and (max-width:600px) {
display: inline;
width: 80%;
}
}
}

Expand Down

0 comments on commit 6c3ce33

Please sign in to comment.