Skip to content

Commit

Permalink
Increase size of grid thumb images
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Jan 1, 2024
1 parent 3e3b955 commit 331d90c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/assets/css/partials/post.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ iframe {
}

iframe[src^="https://www.youtube.com"],
iframe[src^="https://www.youtube-nocookie.com"] {
iframe[src^="https://www.youtube-nocookie.com"]
{
aspect-ratio: 16 / 9;
height: auto;
width: 100%;
Expand All @@ -43,7 +44,7 @@ iframe[src^="https://www.youtube-nocookie.com"] {
justify-content: center;
align-items: end;
grid-gap: 0.5rem;
grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
}

figure img {
Expand Down

0 comments on commit 331d90c

Please sign in to comment.