fix(ed) width
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user