Skip to content

Commit

Permalink
Merge pull request #2720 from Arhell/fix-img-mobile
Browse files Browse the repository at this point in the history
fix content on mobile
  • Loading branch information
carolynvs authored Apr 12, 2023
2 parents 937b99c + 06e826b commit ceacf06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/themes/porter/assets/sass/helm-blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,19 @@
min-height: 12rem;
border-radius: 0.67em;
padding-left: 12rem;
@media only screen and (max-width: 569px) {
padding-left: 8rem;
}

img {
position: absolute;
left: 1rem;
top: 1rem;
border-radius: 50%;
max-width: 10rem;
@media only screen and (max-width: 569px) {
max-width: 6rem;
}
}

figcaption {
Expand Down

0 comments on commit ceacf06

Please sign in to comment.