Skip to content

Commit

Permalink
fix: max width of screenshot (#35)
Browse files Browse the repository at this point in the history
* fix: max width of screenshot

* Update styles.css
  • Loading branch information
rostik404 authored Jan 29, 2018
1 parent 4fe7a27 commit 045c0ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
padding: 0 5px;
display: inline-block;
vertical-align: top;
width: 100%;
box-sizing: border-box;
}

Expand All @@ -79,7 +78,7 @@
}

.image-box__screenshot {
width: 100%;
max-width: 100%;
}

.section__title_skipped {
Expand Down

0 comments on commit 045c0ba

Please sign in to comment.