Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
music player fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfoloo committed Dec 26, 2023
1 parent e197c1d commit 14cdbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<a href="/profile.html"><button class="nav-big-btn"><i class="fa-solid fa-user"></i></button></a>
</div>
</nav>
<iframe src="https://xtramath.pages.dev" style="position:fixed; width: 100%; height: calc(100vh - 65px); border: none; margin-top: 65px;">
<iframe src="https://xtramath.pages.dev" style="position:fixed; width: 100%; height: calc(100vh - 70px); border: none; margin-top: 65px;">
Your browser doesn't support iframes
</iframe>
<script src="/js/toggle.js"></script>
Expand Down

0 comments on commit 14cdbfb

Please sign in to comment.