From 52d8906755c88d7ab2d6b6985193ea0bf549ef66 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:43:13 +0800 Subject: [PATCH] Set max height of hero image to 16rem --- _site/about/index.html | 4 ++-- _site/archive/index.html | 4 ++-- .../anti-harry-potter-jk-rowling-masterlist/index.html | 4 ++-- _site/articles/designated-lesbian-syndrome-fandom/index.html | 4 ++-- _site/articles/index.html | 4 ++-- .../articles/kotor2-modder-interview-ars-technica/index.html | 4 ++-- _site/articles/lgbtq-booklet-interview-misi-bawang/index.html | 4 ++-- _site/articles/my-dislike-of-shipping-culture/index.html | 4 ++-- _site/blog/index.html | 4 ++-- _site/blog/page/2/index.html | 4 ++-- _site/blog/page/3/index.html | 4 ++-- .../2023-01-26-new-year-leilukins-hub-redesign/index.html | 4 ++-- .../posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- .../index.html | 4 ++-- _site/blog/posts/index.html | 4 ++-- _site/categories/a-summers-end/index.html | 4 ++-- _site/categories/anti-harry-potter/index.html | 4 ++-- _site/categories/anti-jk-rowling/index.html | 4 ++-- _site/categories/cassette-beasts/index.html | 4 ++-- _site/categories/dracula-daily/index.html | 4 ++-- _site/categories/fandom-culture/index.html | 4 ++-- _site/categories/index.html | 4 ++-- _site/categories/life-updates/index.html | 4 ++-- _site/categories/modding/index.html | 4 ++-- _site/categories/my-birthday/index.html | 4 ++-- _site/categories/my-interviews/index.html | 4 ++-- _site/categories/site-anniversary/index.html | 4 ++-- _site/categories/site-updates/index.html | 4 ++-- _site/categories/star-wars-kotor-2/index.html | 4 ++-- _site/categories/star-wars-kotor/index.html | 4 ++-- _site/changelogs/2022/index.html | 4 ++-- _site/changelogs/2023/index.html | 4 ++-- _site/changelogs/2024/index.html | 4 ++-- _site/changelogs/index.html | 4 ++-- _site/changelogs/layouts/index.html | 4 ++-- _site/changelogs/page/2/index.html | 4 ++-- _site/changelogs/page/3/index.html | 4 ++-- _site/changelogs/page/4/index.html | 4 ++-- _site/changelogs/page/5/index.html | 4 ++-- _site/feed.xml | 2 +- _site/index.html | 4 ++-- _site/links/index.html | 4 ++-- _site/now/index.html | 4 ++-- _site/projects/index.html | 4 ++-- _site/projects/kotor1mods/index.html | 4 ++-- _site/projects/kotor2mods/index.html | 4 ++-- _site/projects/playlists/index.html | 4 ++-- _site/shrines/asummersend/gallery/index.html | 4 ++-- _site/shrines/asummersend/index.html | 4 ++-- _site/shrines/asummersend/playlists/index.html | 4 ++-- _site/shrines/asummersend/trivia/index.html | 4 ++-- .../cassette-beasts-more-than-a-pokemon-clone/index.html | 4 ++-- _site/shrines/cassettebeasts/articles/index.html | 4 ++-- _site/shrines/cassettebeasts/featured/index.html | 4 ++-- _site/shrines/cassettebeasts/gamelog/index.html | 4 ++-- _site/shrines/cassettebeasts/index.html | 4 ++-- _site/shrines/cassettebeasts/resources/index.html | 4 ++-- _site/shrines/cassettebeasts/trivia/index.html | 4 ++-- _site/shrines/index.html | 4 ++-- .../starwarskotor/articles/arren-kae-kreia-theory/index.html | 4 ++-- .../articles/faq-same-gender-romance-mods/index.html | 4 ++-- .../articles/handmaiden-sisters-mother/index.html | 4 ++-- _site/shrines/starwarskotor/articles/index.html | 4 ++-- .../articles/juhani-hostility-towards-canderous/index.html | 4 ++-- .../starwarskotor/articles/juhani-lesbian-evidence/index.html | 4 ++-- .../starwarskotor/articles/keep-juhani-a-lesbian/index.html | 4 ++-- .../articles/partyswap-management-takeover/index.html | 4 ++-- .../articles/tslrcm-first-kotor2-playthrough/index.html | 4 ++-- _site/shrines/starwarskotor/guides/index.html | 4 ++-- .../guides/kotor-juhani-romance-guide/index.html | 4 ++-- .../guides/kotor-redeeming-bastila-guide/index.html | 4 ++-- .../guides/kotor-sandral-matale-feud-guide/index.html | 4 ++-- _site/shrines/starwarskotor/index.html | 4 ++-- _site/shrines/starwarskotor/resources/index.html | 4 ++-- .../resources/kotor-same-gender-romance-mods/index.html | 4 ++-- .../kotor2-female-exile-recruit-handmaiden-mods/index.html | 4 ++-- .../resources/tslrcm-m478ep-modules-music/index.html | 4 ++-- _site/shrines/starwarskotor/universes/index.html | 4 ++-- _site/sitemap/index.html | 4 ++-- src/_includes/global/hero.njk | 4 ++-- 88 files changed, 175 insertions(+), 175 deletions(-) diff --git a/_site/about/index.html b/_site/about/index.html index a54a378c..2ec8c048 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/archive/index.html b/_site/archive/index.html index 357dd7f6..e932148d 100644 --- a/_site/archive/index.html +++ b/_site/archive/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html b/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html index ef910d4a..42bfe65f 100644 --- a/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html +++ b/_site/articles/anti-harry-potter-jk-rowling-masterlist/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/designated-lesbian-syndrome-fandom/index.html b/_site/articles/designated-lesbian-syndrome-fandom/index.html index fc305e9f..a794338e 100644 --- a/_site/articles/designated-lesbian-syndrome-fandom/index.html +++ b/_site/articles/designated-lesbian-syndrome-fandom/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/index.html b/_site/articles/index.html index 5a665bf4..4d9cea41 100644 --- a/_site/articles/index.html +++ b/_site/articles/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/kotor2-modder-interview-ars-technica/index.html b/_site/articles/kotor2-modder-interview-ars-technica/index.html index 97e9da1c..c6606998 100644 --- a/_site/articles/kotor2-modder-interview-ars-technica/index.html +++ b/_site/articles/kotor2-modder-interview-ars-technica/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html b/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html index a0271a02..2a66185a 100644 --- a/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html +++ b/_site/articles/lgbtq-booklet-interview-misi-bawang/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/articles/my-dislike-of-shipping-culture/index.html b/_site/articles/my-dislike-of-shipping-culture/index.html index 8a89b29e..0628b111 100644 --- a/_site/articles/my-dislike-of-shipping-culture/index.html +++ b/_site/articles/my-dislike-of-shipping-culture/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/index.html b/_site/blog/index.html index 1fca65f0..bf1c01ac 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/page/2/index.html b/_site/blog/page/2/index.html index 5ecb3214..ec012d14 100644 --- a/_site/blog/page/2/index.html +++ b/_site/blog/page/2/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/page/3/index.html b/_site/blog/page/3/index.html index 157d0147..990f6e91 100644 --- a/_site/blog/page/3/index.html +++ b/_site/blog/page/3/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html b/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html index 2a994368..2dbd31c0 100644 --- a/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html +++ b/_site/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html b/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html index 6a1da6cb..1f9267c7 100644 --- a/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html +++ b/_site/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html b/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html index 7b4753a4..cb4644cb 100644 --- a/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html +++ b/_site/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html b/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html index af5b2383..daf638b4 100644 --- a/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html +++ b/_site/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html b/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html index dbcadbb4..5caea0d2 100644 --- a/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html +++ b/_site/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html b/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html index 1049e1df..cd11d0b9 100644 --- a/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html +++ b/_site/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html b/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html index ac738094..de81d6d6 100644 --- a/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html +++ b/_site/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html b/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html index 42f2ee78..d025a89d 100644 --- a/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html +++ b/_site/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html b/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html index b1b1256b..4029bfd6 100644 --- a/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html +++ b/_site/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html b/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html index ce1df253..41f67ac0 100644 --- a/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html +++ b/_site/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html b/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html index 60fc27b2..08572d69 100644 --- a/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html +++ b/_site/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/blog/posts/index.html b/_site/blog/posts/index.html index 81a13240..564b2082 100644 --- a/_site/blog/posts/index.html +++ b/_site/blog/posts/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/a-summers-end/index.html b/_site/categories/a-summers-end/index.html index 571311bc..46a74949 100644 --- a/_site/categories/a-summers-end/index.html +++ b/_site/categories/a-summers-end/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/anti-harry-potter/index.html b/_site/categories/anti-harry-potter/index.html index 68f1af1b..911df68d 100644 --- a/_site/categories/anti-harry-potter/index.html +++ b/_site/categories/anti-harry-potter/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/anti-jk-rowling/index.html b/_site/categories/anti-jk-rowling/index.html index c21c412a..f873664f 100644 --- a/_site/categories/anti-jk-rowling/index.html +++ b/_site/categories/anti-jk-rowling/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/cassette-beasts/index.html b/_site/categories/cassette-beasts/index.html index b1725849..bfeff284 100644 --- a/_site/categories/cassette-beasts/index.html +++ b/_site/categories/cassette-beasts/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/dracula-daily/index.html b/_site/categories/dracula-daily/index.html index d38e133b..3e154b89 100644 --- a/_site/categories/dracula-daily/index.html +++ b/_site/categories/dracula-daily/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/fandom-culture/index.html b/_site/categories/fandom-culture/index.html index 6387b393..7f399cfc 100644 --- a/_site/categories/fandom-culture/index.html +++ b/_site/categories/fandom-culture/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/index.html b/_site/categories/index.html index 3f1d2674..c80bf104 100644 --- a/_site/categories/index.html +++ b/_site/categories/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/life-updates/index.html b/_site/categories/life-updates/index.html index c06f039f..4c9b2741 100644 --- a/_site/categories/life-updates/index.html +++ b/_site/categories/life-updates/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/modding/index.html b/_site/categories/modding/index.html index 9fc1d5c8..17b6f5f8 100644 --- a/_site/categories/modding/index.html +++ b/_site/categories/modding/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/my-birthday/index.html b/_site/categories/my-birthday/index.html index 6ecd4302..cb334113 100644 --- a/_site/categories/my-birthday/index.html +++ b/_site/categories/my-birthday/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/my-interviews/index.html b/_site/categories/my-interviews/index.html index d3df6deb..1aac352c 100644 --- a/_site/categories/my-interviews/index.html +++ b/_site/categories/my-interviews/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/site-anniversary/index.html b/_site/categories/site-anniversary/index.html index 0f0e40a2..979b5c3d 100644 --- a/_site/categories/site-anniversary/index.html +++ b/_site/categories/site-anniversary/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/site-updates/index.html b/_site/categories/site-updates/index.html index 2dd1386c..bcec567f 100644 --- a/_site/categories/site-updates/index.html +++ b/_site/categories/site-updates/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/star-wars-kotor-2/index.html b/_site/categories/star-wars-kotor-2/index.html index 5358b1d5..3672be47 100644 --- a/_site/categories/star-wars-kotor-2/index.html +++ b/_site/categories/star-wars-kotor-2/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/categories/star-wars-kotor/index.html b/_site/categories/star-wars-kotor/index.html index dfbe3918..e201b3cb 100644 --- a/_site/categories/star-wars-kotor/index.html +++ b/_site/categories/star-wars-kotor/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/2022/index.html b/_site/changelogs/2022/index.html index fb2759a7..83cf8fd2 100644 --- a/_site/changelogs/2022/index.html +++ b/_site/changelogs/2022/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/2023/index.html b/_site/changelogs/2023/index.html index 654e91cd..ffe88839 100644 --- a/_site/changelogs/2023/index.html +++ b/_site/changelogs/2023/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/2024/index.html b/_site/changelogs/2024/index.html index 3683b62e..edc96c7a 100644 --- a/_site/changelogs/2024/index.html +++ b/_site/changelogs/2024/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/index.html b/_site/changelogs/index.html index 38c4f972..11e07073 100644 --- a/_site/changelogs/index.html +++ b/_site/changelogs/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/layouts/index.html b/_site/changelogs/layouts/index.html index 7c4890c8..4c50b69f 100644 --- a/_site/changelogs/layouts/index.html +++ b/_site/changelogs/layouts/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/page/2/index.html b/_site/changelogs/page/2/index.html index 74778a64..cc4dd2f8 100644 --- a/_site/changelogs/page/2/index.html +++ b/_site/changelogs/page/2/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/page/3/index.html b/_site/changelogs/page/3/index.html index bb3152b4..746dbd7e 100644 --- a/_site/changelogs/page/3/index.html +++ b/_site/changelogs/page/3/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/page/4/index.html b/_site/changelogs/page/4/index.html index b2ec930f..26908004 100644 --- a/_site/changelogs/page/4/index.html +++ b/_site/changelogs/page/4/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/changelogs/page/5/index.html b/_site/changelogs/page/5/index.html index d37b61b5..0874c23f 100644 --- a/_site/changelogs/page/5/index.html +++ b/_site/changelogs/page/5/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/feed.xml b/_site/feed.xml index 5647c726..18f256d3 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-04-20T11:33:40Z + 2024-04-20T11:42:05Z https://leilukin.neocities.org Leilukin diff --git a/_site/index.html b/_site/index.html index b4b53cfc..e6c5f11e 100644 --- a/_site/index.html +++ b/_site/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/links/index.html b/_site/links/index.html index fede5632..75d2fab7 100644 --- a/_site/links/index.html +++ b/_site/links/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/now/index.html b/_site/now/index.html index 5ee65745..73d7c84a 100644 --- a/_site/now/index.html +++ b/_site/now/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/projects/index.html b/_site/projects/index.html index 52599fe0..61876f6e 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/projects/kotor1mods/index.html b/_site/projects/kotor1mods/index.html index fde043c7..1dc68e36 100644 --- a/_site/projects/kotor1mods/index.html +++ b/_site/projects/kotor1mods/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/projects/kotor2mods/index.html b/_site/projects/kotor2mods/index.html index af66a660..85f4c0d4 100644 --- a/_site/projects/kotor2mods/index.html +++ b/_site/projects/kotor2mods/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/projects/playlists/index.html b/_site/projects/playlists/index.html index f1026b72..4c6866e3 100644 --- a/_site/projects/playlists/index.html +++ b/_site/projects/playlists/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/asummersend/gallery/index.html b/_site/shrines/asummersend/gallery/index.html index 2c8ad812..b15cee2c 100644 --- a/_site/shrines/asummersend/gallery/index.html +++ b/_site/shrines/asummersend/gallery/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/asummersend/index.html b/_site/shrines/asummersend/index.html index fbaf2ddd..b8c256b5 100644 --- a/_site/shrines/asummersend/index.html +++ b/_site/shrines/asummersend/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/asummersend/playlists/index.html b/_site/shrines/asummersend/playlists/index.html index 34a361d0..189d12b6 100644 --- a/_site/shrines/asummersend/playlists/index.html +++ b/_site/shrines/asummersend/playlists/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/asummersend/trivia/index.html b/_site/shrines/asummersend/trivia/index.html index 99a07e99..3fc26108 100644 --- a/_site/shrines/asummersend/trivia/index.html +++ b/_site/shrines/asummersend/trivia/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html b/_site/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html index 0883e37a..e5db35a8 100644 --- a/_site/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html +++ b/_site/shrines/cassettebeasts/articles/cassette-beasts-more-than-a-pokemon-clone/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/articles/index.html b/_site/shrines/cassettebeasts/articles/index.html index 6d5f4558..5bd32e8c 100644 --- a/_site/shrines/cassettebeasts/articles/index.html +++ b/_site/shrines/cassettebeasts/articles/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/featured/index.html b/_site/shrines/cassettebeasts/featured/index.html index aee8b461..85aecdeb 100644 --- a/_site/shrines/cassettebeasts/featured/index.html +++ b/_site/shrines/cassettebeasts/featured/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/gamelog/index.html b/_site/shrines/cassettebeasts/gamelog/index.html index e7c1c0e9..c2ce8e3f 100644 --- a/_site/shrines/cassettebeasts/gamelog/index.html +++ b/_site/shrines/cassettebeasts/gamelog/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/index.html b/_site/shrines/cassettebeasts/index.html index 7ee48e36..a2a072bb 100644 --- a/_site/shrines/cassettebeasts/index.html +++ b/_site/shrines/cassettebeasts/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/resources/index.html b/_site/shrines/cassettebeasts/resources/index.html index 4ac97eb1..9a06e776 100644 --- a/_site/shrines/cassettebeasts/resources/index.html +++ b/_site/shrines/cassettebeasts/resources/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/cassettebeasts/trivia/index.html b/_site/shrines/cassettebeasts/trivia/index.html index 6f2355b4..8d3ef5e9 100644 --- a/_site/shrines/cassettebeasts/trivia/index.html +++ b/_site/shrines/cassettebeasts/trivia/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/index.html b/_site/shrines/index.html index 7e7ff93b..5e9bec23 100644 --- a/_site/shrines/index.html +++ b/_site/shrines/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/arren-kae-kreia-theory/index.html b/_site/shrines/starwarskotor/articles/arren-kae-kreia-theory/index.html index f40ce60b..8038621c 100644 --- a/_site/shrines/starwarskotor/articles/arren-kae-kreia-theory/index.html +++ b/_site/shrines/starwarskotor/articles/arren-kae-kreia-theory/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html b/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html index 3a2d1e67..ca52b2aa 100644 --- a/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html +++ b/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/handmaiden-sisters-mother/index.html b/_site/shrines/starwarskotor/articles/handmaiden-sisters-mother/index.html index a12a6f41..932b71cf 100644 --- a/_site/shrines/starwarskotor/articles/handmaiden-sisters-mother/index.html +++ b/_site/shrines/starwarskotor/articles/handmaiden-sisters-mother/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/index.html b/_site/shrines/starwarskotor/articles/index.html index 3691ed63..c511023e 100644 --- a/_site/shrines/starwarskotor/articles/index.html +++ b/_site/shrines/starwarskotor/articles/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/juhani-hostility-towards-canderous/index.html b/_site/shrines/starwarskotor/articles/juhani-hostility-towards-canderous/index.html index 734cbc2b..21bd6f7a 100644 --- a/_site/shrines/starwarskotor/articles/juhani-hostility-towards-canderous/index.html +++ b/_site/shrines/starwarskotor/articles/juhani-hostility-towards-canderous/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/juhani-lesbian-evidence/index.html b/_site/shrines/starwarskotor/articles/juhani-lesbian-evidence/index.html index 10c27278..cb66745d 100644 --- a/_site/shrines/starwarskotor/articles/juhani-lesbian-evidence/index.html +++ b/_site/shrines/starwarskotor/articles/juhani-lesbian-evidence/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/keep-juhani-a-lesbian/index.html b/_site/shrines/starwarskotor/articles/keep-juhani-a-lesbian/index.html index 33073fed..330b273b 100644 --- a/_site/shrines/starwarskotor/articles/keep-juhani-a-lesbian/index.html +++ b/_site/shrines/starwarskotor/articles/keep-juhani-a-lesbian/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/partyswap-management-takeover/index.html b/_site/shrines/starwarskotor/articles/partyswap-management-takeover/index.html index 5fac35e2..5fddc469 100644 --- a/_site/shrines/starwarskotor/articles/partyswap-management-takeover/index.html +++ b/_site/shrines/starwarskotor/articles/partyswap-management-takeover/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough/index.html b/_site/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough/index.html index 1ac5ab7a..12d887c1 100644 --- a/_site/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough/index.html +++ b/_site/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/guides/index.html b/_site/shrines/starwarskotor/guides/index.html index 7d8829f1..a7b878ab 100644 --- a/_site/shrines/starwarskotor/guides/index.html +++ b/_site/shrines/starwarskotor/guides/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html b/_site/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html index f70f4bf3..872885d7 100644 --- a/_site/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html +++ b/_site/shrines/starwarskotor/guides/kotor-juhani-romance-guide/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html b/_site/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html index f474e55d..7ddc7100 100644 --- a/_site/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html +++ b/_site/shrines/starwarskotor/guides/kotor-redeeming-bastila-guide/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html b/_site/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html index 96f577c0..bd2c58d2 100644 --- a/_site/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html +++ b/_site/shrines/starwarskotor/guides/kotor-sandral-matale-feud-guide/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/index.html b/_site/shrines/starwarskotor/index.html index f1e2bbb6..d6fb707d 100644 --- a/_site/shrines/starwarskotor/index.html +++ b/_site/shrines/starwarskotor/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/resources/index.html b/_site/shrines/starwarskotor/resources/index.html index c3de7a26..383563e4 100644 --- a/_site/shrines/starwarskotor/resources/index.html +++ b/_site/shrines/starwarskotor/resources/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html b/_site/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html index 85af81c4..0ddf1cdd 100644 --- a/_site/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html +++ b/_site/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html b/_site/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html index 9169f0b2..7204625a 100644 --- a/_site/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html +++ b/_site/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/index.html b/_site/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/index.html index 05737a51..e04bb0cb 100644 --- a/_site/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/index.html +++ b/_site/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/shrines/starwarskotor/universes/index.html b/_site/shrines/starwarskotor/universes/index.html index 6e5cd3fa..feac2178 100644 --- a/_site/shrines/starwarskotor/universes/index.html +++ b/_site/shrines/starwarskotor/universes/index.html @@ -88,10 +88,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/_site/sitemap/index.html b/_site/sitemap/index.html index 723ad234..e217a855 100644 --- a/_site/sitemap/index.html +++ b/_site/sitemap/index.html @@ -81,10 +81,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; } diff --git a/src/_includes/global/hero.njk b/src/_includes/global/hero.njk index 703e897e..bf1e28ad 100644 --- a/src/_includes/global/hero.njk +++ b/src/_includes/global/hero.njk @@ -29,10 +29,10 @@ } .hero img { - object-fit: scale-down; + object-fit: contain; overflow: hidden; filter: drop-shadow(0.1rem 0.1rem 0.2rem black); - max-height: 12rem; + max-height: 16rem; }