[Javascript2] increase list size

This commit is contained in:
Nicola Clark 2025-04-06 23:09:02 -05:00
parent e677ff0162
commit 87ed25e622
Signed by: nicola
GPG Key ID: BEF8036296D094BF
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,8 @@ body {
#bands {
list-style: inside square;
background: white;
width: 500px;
/* 80px is 20px on each side of body bg color + 20px each side for shadow */
width: calc(100% - 80px);
margin: auto;
padding: 0;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);

View File

@ -16,6 +16,7 @@ Changes:
* [CSS] removed unused rule
* [CSS] changed marker color
* [CSS] increased font size
* [CSS] increased list size
-->
<!--
New elements: