Skip to content

Commit

Permalink
#51 Change page-content to post-content
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed May 29, 2021
1 parent 4617f30 commit 26bdc2f
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions _sass/_post.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.page-content {
.post-content {
width: 600px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
margin: 10px auto 10px;
}
.post-date {
display: block;
Expand All @@ -19,13 +16,10 @@
max-width: 600px;
}
@media (max-width: $container-width) {
.page-content {
.post-content {
width: 60vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
margin: 10px auto 10px;
}
.featured-image img {
align: middle;
Expand All @@ -35,13 +29,10 @@
}
}
@media (max-width: $tablet-width) {
.page-content {
.post-content {
width: 95vw;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
margin: 10px auto 10px;
}
.featured-image img {
align: middle;
Expand Down

0 comments on commit 26bdc2f

Please sign in to comment.