Skip to content

Commit 6bc02cb

Browse files
committed
Format PDF viewer
1 parent 21df466 commit 6bc02cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_layouts/cv.liquid

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ layout: default
2323

2424
<article>
2525
{% if page.cv_pdf %}
26-
<div class="cv-pdf-container mb-4">
26+
<div class="cv-pdf-container">
2727
<embed
2828
src="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}"
2929
type="application/pdf"
3030
width="100%"
31-
height="800px"
32-
class="border border-secondary rounded"
31+
height="1000px"
3332
/>
3433
</div>
3534
{% endif %}
@@ -80,13 +79,12 @@ layout: default
8079

8180
<article>
8281
{% if page.cv_pdf %}
83-
<div class="cv-pdf-container mb-4">
82+
<div class="cv-pdf-container">
8483
<embed
8584
src="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}"
8685
type="application/pdf"
8786
width="100%"
88-
height="800px"
89-
class="border border-secondary rounded"
87+
height="1000px"
9088
/>
9189
</div>
9290
{% endif %}

0 commit comments

Comments
 (0)