Skip to content

Commit

Permalink
fix posts width on mobile (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 authored Dec 1, 2023
1 parent caf1a2a commit d17bd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devhub/page/post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { id } = props;
const Container = styled.div`
padding: 0 3rem 3rem 3rem;
width: 100%;
max-width: 100%;
@media screen and (max-width: 768px) {
padding: 0 1rem 1rem 1rem;
Expand Down

0 comments on commit d17bd7a

Please sign in to comment.