Skip to content

Commit

Permalink
make thumbnails square
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 13, 2020
1 parent 807f35f commit 7268d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ One of the major changes in this version is that a lot of time was spent on reth
- Changed the behaviour of `site-css` to include site-wide CSS file **before** instead of after page-specific files
- Renamed internal css/js files from "main" to "beautifuljekyll" to make it easier for users to troubleshoot
- Added alt text to all images for better accessibility
- Made thumbnail images square instead of circles, as users reported that circles cut off important parts of images

#### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ footer .footer-custom-content {
.post-preview {
padding: 1.25rem 0;
border-bottom: 1px solid #eee;
overflow: hidden;
}

@media (min-width: 768px) {
Expand Down Expand Up @@ -503,7 +504,6 @@ footer .footer-custom-content {
filter: grayscale(0%);
}
.post-preview .post-image img {
border-radius: 6rem;
height: 100%;
width: 100%;
}
Expand Down

0 comments on commit 7268d4f

Please sign in to comment.