Skip to content

Commit

Permalink
Fix plugin design error with w-screen and test iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAnunesS committed Jan 13, 2023
1 parent 324bf82 commit fda9414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h2>Your identity on the <span class="highlight__sub">permaweb</span></h2>
</div>
</div>
</div>
<div id="profile" class="h-screen w-full bg-[#18152e]">
<div id="profile" class="h-full w-full bg-[#18152e]">
<div class="max-h-64 overflow-hidden object-center">
<img id="banner" class="w-full object-center"
src="https://arweave.net/VhpcVNAAnurFlYm78sNIWujv9CDMxter1OW28WRHDHU"
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="display-5 fw-bold">Centered hero</h1>
</div>
</div>
<div>
<iframe src="https://arweave.net/kbX9vHt9TDXNpNzjpr1Dgi_7snLC-lFJNF1WzgEFmiQ?address=KhFjOARrV9EpMrVAZ_TK7vs9jFxgYfcmvod4CRWDfBg" frameorder="0" scrolling="no" width="700" height="400"></iframe>
<iframe src="https://arweave.net/kbX9vHt9TDXNpNzjpr1Dgi_7snLC-lFJNF1WzgEFmiQ?address=KhFjOARrV9EpMrVAZ_TK7vs9jFxgYfcmvod4CRWDfBg" frameorder="0" scrolling="auto" width="700" height="400"></iframe>
</div>
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
Expand Down

0 comments on commit fda9414

Please sign in to comment.