Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke committed Jul 14, 2020
1 parent c69d455 commit 98a041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewsDetail.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
.article{
grid-column: 3 / span 8;
margin-top: 3rem;
margin-top: 8rem;
@media screen and (max-width: 767px){
grid-column: 1 / span 12;
}
Expand Down

0 comments on commit 98a041f

Please sign in to comment.