diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-10 16:15:59 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-10 16:21:20 +0100 |
| commit | cd1078e3a6ddb1b1598723beec4905c123ee85a6 (patch) | |
| tree | c8bf2a0ea7625880e7a6839b2ff579d1309de3e5 /src/components/Widget/CVPreview/CVPreview.module.scss | |
| parent | 843d2ee67487c489095066dca1ad902deb8a4344 (diff) | |
chore: add PDF and image format to CV page
Diffstat (limited to 'src/components/Widget/CVPreview/CVPreview.module.scss')
| -rw-r--r-- | src/components/Widget/CVPreview/CVPreview.module.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Widget/CVPreview/CVPreview.module.scss b/src/components/Widget/CVPreview/CVPreview.module.scss new file mode 100644 index 0000000..6ddd696 --- /dev/null +++ b/src/components/Widget/CVPreview/CVPreview.module.scss @@ -0,0 +1,6 @@ +.preview { + position: relative; + width: 100%; + height: 20rem; + margin-bottom: var(--spacing-sm); +} |
