Skip to content

Commit

Permalink
fix CV page height problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyar committed Apr 28, 2016
1 parent 3b8c17f commit efb3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/cv/index.jade
@@ -1,5 +1,5 @@
.cv-page.hidden
//- embed.cv-container(src='./files/kamyar-ghasemlou-cv.pdf', width='500', height='375', type='application/pdf')
iframe.cv-container(src="http://docs.google.com/gview?url=http://kamy.me/CV&embedded=true" style="width:718px; height:700px;")
iframe.cv-container(src="http://docs.google.com/gview?url=http://kamy.me/CV&embedded=true" style="width:718px;")


0 comments on commit efb3e9f

Please sign in to comment.