Skip to content

Commit

Permalink
style: 💄 fix image height on mobile for blog/portfolio (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboll committed Mar 20, 2024
1 parent 81c51e1 commit 485ea47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ section#blog {
& > img {
max-width: 100%;
width: 100%;
height: auto;
}
& > .wrapper-content {
margin-left: 1rem;
Expand Down
1 change: 1 addition & 0 deletions src/css/_portfolio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ section#work{
article{
& > img{
width:100%;
height: auto;
}
}
article .wrapper-content{
Expand Down

0 comments on commit 485ea47

Please sign in to comment.