Skip to content

Commit

Permalink
Merge pull request #19 from docuowl/fix/image-responsiveness
Browse files Browse the repository at this point in the history
fix(img): add responsiveness with restriction to content size
  • Loading branch information
ofeefo committed May 24, 2021
2 parents 7ca8f3f + 35a6be5 commit c27f0a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ h3, h4, h5, h6 {
justify-content: space-between;
}

section img {
width: 100%;
height: auto;
}

.logo {
g[stroke='#fff'] {
stroke: var(--logo-color);
Expand Down

0 comments on commit c27f0a8

Please sign in to comment.