Skip to content

Commit

Permalink
Merge pull request #97 from ucsc/issue-66
Browse files Browse the repository at this point in the history
adjusting image widths Closes:#66
  • Loading branch information
Herm71 authored Nov 1, 2019
2 parents 1bd6eaa + 880d4bc commit 56ce250
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 56ce250

Please sign in to comment.