fix(ed) width

This commit is contained in:
2025-09-23 09:05:30 -07:00
parent 705dcaa80d
commit 77cd53dd16
2 changed files with 2 additions and 1 deletions

View File

@@ -179,6 +179,6 @@
</ul> </ul>
</div> </div>
</div> </div>
<script src="script.js" defer></script> <script src="index.js" defer></script>
</body> </body>
</html> </html>

View File

@@ -131,6 +131,7 @@ audio {
display: grid; display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
background: light-dark(black, whitesmoke); background: light-dark(black, whitesmoke);
width: 512px;
} }
#index { #index {