Skip to content

Commit

Permalink
updated pwnagotchi iframe style
Browse files Browse the repository at this point in the history
  • Loading branch information
sixt0o committed Jan 28, 2022
1 parent 54cd9e5 commit 503f522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions f0xtr0t.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@

<!-- pwnagotchi modal -->
<div id="pwnagotchi"
class="mx-auto rounded-lg absolute inset-x-10 bottom-10 z-50 bg-white overflow-hidden shadow-lg h-56 hidden sm:w-4/5">
class="mx-auto absolute inset-x-10 bottom-10 z-50 bg-white overflow-hidden shadow-lg h-64 hidden sm:w-4/5">
<iframe id="iframe_pwnagotchi" src="http://pwnagotchi.local:8080/"
class="w-full h-64 -mt-10"></iframe>
class="w-full h-72 -mt-10"></iframe>
</div>

</section>
Expand Down

0 comments on commit 503f522

Please sign in to comment.