Skip to content

Commit

Permalink
Merge pull request #8 from devoctomy/blogimg
Browse files Browse the repository at this point in the history
fix: landscape mode on phone and flex direction
  • Loading branch information
NickDevoctomy authored Aug 28, 2024
2 parents 029220d + 86ce6b4 commit 3e358ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/vendor/startbootstrap-clean-blog/scss/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
}
}
}
@media only screen and (min-width: 1000px) {
@media only screen and (min-width: 500px) {
flex-direction: row;
}
}
}
}

0 comments on commit 3e358ab

Please sign in to comment.