Skip to content

Commit

Permalink
Merge pull request #2405 from kolchfa-aws/image-update
Browse files Browse the repository at this point in the history
Make images responsive by default
  • Loading branch information
nateynateynate authored Nov 3, 2023
2 parents 9934d84 + 750f8ae commit 8aa1a3a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _sass/_opensearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,17 @@ $max-container: 1440px;
border-top: 1px solid $line;
}
}

#content-main .artifact-group:first-child h2 {
border-top: none;
}

#content-main {
img {
max-width: 100%;
}
}

.artifact-container {
display: flex;
flex-flow: row wrap;
Expand Down Expand Up @@ -625,4 +633,4 @@ dl.definition-list__same-line-definition {
flex-basis: 100%;
}
}
}
}

0 comments on commit 8aa1a3a

Please sign in to comment.