_sass/minimal-ryan/custom.scss in jekyll-theme-minimal-ryan-0.1.2 vs _sass/minimal-ryan/custom.scss in jekyll-theme-minimal-ryan-0.2.0

- old
+ new

@@ -123,21 +123,25 @@ min-height: calc(100vh - #{$header-height}); display: flex; flex-direction: column; align-items: center; - * { + & > * { padding: 8px 0; width: 100%; line-height: 1.4em; @media only screen and (min-width: 1200px) { width: 65%; } } - img { + #post-title-img { height: 300px; width: 100%; object-fit: cover; + } + + p img { + width: 100%; } }