From 880d4bceed2bd283717e13baaa7f2e3a6b0649b8 Mon Sep 17 00:00:00 2001 From: Jason Chafin Date: Fri, 1 Nov 2019 10:19:54 -0700 Subject: [PATCH] adjusting image widths --- sass/layout/_grid.scss | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/sass/layout/_grid.scss b/sass/layout/_grid.scss index d1fede2..829052e 100644 --- a/sass/layout/_grid.scss +++ b/sass/layout/_grid.scss @@ -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)); @@ -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);