Skip to content

Commit

Permalink
Fixing for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed Nov 12, 2017
1 parent 94e3e5d commit c76274d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,12 @@ article>section:last-child {
}
article>section>.text {
width: 30vw;
min-width: 300px;
}
article>section>.img {
width: 30vw;
min-width: 300px;
}

article>section>.img>img {
width: 30vw;
min-width: 300px;
Expand Down

0 comments on commit c76274d

Please sign in to comment.