Skip to content

Commit

Permalink
add styling to pdf iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed May 21, 2024
1 parent 83e8b2b commit 2e9c85e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,10 @@ layout: home
data="/images/tutorial-discover/budget-papers-conversation.pdf"
width="100%"
height="800"> </object> -->
<iframe class="pdf"
src="/images/tutorial-discover/budget-papers-conversation.pdf"
width="100%" height="500">
<iframe
class="border border-solid border-gray-400 p-2"
src="/images/tutorial-discover/budget-papers-conversation.pdf"
width="100%" height="500">
</iframe>
</template>
</InfoPanelComponent>
Expand Down

0 comments on commit 2e9c85e

Please sign in to comment.