aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/overview.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/overview.module.scss')
-rw-r--r--src/components/organisms/layout/overview.module.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/organisms/layout/overview.module.scss b/src/components/organisms/layout/overview.module.scss
index 895bae5..5620513 100644
--- a/src/components/organisms/layout/overview.module.scss
+++ b/src/components/organisms/layout/overview.module.scss
@@ -36,9 +36,13 @@
.cover {
width: fit-content;
- max-height: fun.convert-px(175);
+ height: fun.convert-px(175);
margin-bottom: var(--spacing-sm);
padding: var(--spacing-2xs);
border: fun.convert-px(1) solid var(--color-border);
+
+ img {
+ object-fit: contain;
+ }
}
}