summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/overview.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-20 22:12:43 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-20 23:18:28 +0200
commit7fd11d99f8a547e4acb89b9f9159b92e208dc90f (patch)
treebb179701501f7767a79c5ff6fd9133bb6fdf78cf /src/components/organisms/layout/overview.module.scss
parent0e7c1851973e57777474ef9b7662beb91f95cda5 (diff)
chore: update images styles
Diffstat (limited to 'src/components/organisms/layout/overview.module.scss')
-rw-r--r--src/components/organisms/layout/overview.module.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/organisms/layout/overview.module.scss b/src/components/organisms/layout/overview.module.scss
index e813625..895bae5 100644
--- a/src/components/organisms/layout/overview.module.scss
+++ b/src/components/organisms/layout/overview.module.scss
@@ -33,12 +33,12 @@
}
}
}
-}
-.cover {
- width: 100%;
- height: fun.convert-px(175);
- margin: 0 auto var(--spacing-md);
- padding: var(--spacing-2xs);
- border: fun.convert-px(1) solid var(--color-border);
+ .cover {
+ width: fit-content;
+ max-height: fun.convert-px(175);
+ margin-bottom: var(--spacing-sm);
+ padding: var(--spacing-2xs);
+ border: fun.convert-px(1) solid var(--color-border);
+ }
}