Skip to content

Commit cd4e6e6

Browse files
committed
constrained pdf embed to a set aspect ratio
1 parent 1545a67 commit cd4e6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resume.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
margin: 0;
1111
}
1212
object {
13-
width: 80%;
1413
height: 85%;
14+
aspect-ratio: 5/6;
1515
border: 3px solid #5e81ac;
1616
}
1717
</style>

0 commit comments

Comments
 (0)