Skip to content

Commit

Permalink
adjusting image widths
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 committed Nov 1, 2019
1 parent 1bd6eaa commit 880d4bc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions sass/layout/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.blog,
.single-post {
.three-col-grid {
grid-template-columns: repeat( auto-fit, minmax(360px, 1fr));
}
}

// .blog,
// .single-post {
// .three-col-grid {
// grid-template-columns: repeat( auto-fit, minmax(360px, 1fr));
// }
// }
.three-col-grid {
display: grid;
grid-template-columns: repeat( auto-fit, minmax(360px, 1fr));
Expand All @@ -30,13 +29,15 @@
.single-post {
.card-container {
max-width: 100%;
.post-thumbnail {
margin: 0 auto;
}
}
}

.card-container {
margin-bottom: 2em;
margin: 0 auto 2em;
max-width: 360px;
margin: 0 auto;
.taxonomy-label {
font-weight: 400;
@include font-size(.7);
Expand Down

0 comments on commit 880d4bc

Please sign in to comment.