Skip to content

Commit

Permalink
change width to 780
Browse files Browse the repository at this point in the history
  • Loading branch information
leonewton253 authored Sep 6, 2024
1 parent 7480b33 commit c9718df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<Header />
<main id="main-content">
<section id="featured">
<iframe src="https://phoboslab.org/q1k3/" width="600" height="600" allowfullscreen frameborder='0'></iframe>
<iframe src="https://phoboslab.org/q1k3/" width="780" height="800" allowfullscreen frameborder='0'></iframe>
</section>

</main>
Expand Down

0 comments on commit c9718df

Please sign in to comment.