Skip to content

Commit

Permalink
iframe wh
Browse files Browse the repository at this point in the history
  • Loading branch information
owsko committed Jul 10, 2024
1 parent 2901303 commit 55014e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
</header>

<!-- SELECTIONS -->

<div class="content">
<iframe
width="560"
Expand All @@ -61,10 +62,9 @@
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

<footer>
incomplete
</footer>

<footer>incomplete</footer>
</div>

<script src="scripts/script_randomHeader.js"></script>
<script src="scripts/script_menuIcon.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
</header>

<div class="prevent" id="form">
<div class="prevent contact" id="form">
<form action="https://formsubmit.co/9e62680af5003eec1d00872224ed336d" method="POST" class="form">

<!-- Honeypot -->
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/contact.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
div {
.contact {
display: flex;
justify-content: center;
align-items: center;
}

header {
Expand Down
4 changes: 3 additions & 1 deletion stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ header {

.content iframe {

width: 100vw;
max-width: 530px;
min-height: 315px;
width: 100%;
height: auto;

border-radius: 3px;
Expand Down

0 comments on commit 55014e7

Please sign in to comment.