fix small widths

This commit is contained in:
2025-09-23 17:49:33 -07:00
parent f745689d06
commit b4c5e3d64c

View File

@@ -149,6 +149,7 @@ audio {
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; width: 512px;
max-width: 100%;
} }
#index { #index {