[Javascript2] increase list size
This commit is contained in:
parent
e677ff0162
commit
87ed25e622
@ -24,7 +24,8 @@ body {
|
|||||||
#bands {
|
#bands {
|
||||||
list-style: inside square;
|
list-style: inside square;
|
||||||
background: white;
|
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;
|
margin: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
|
||||||
|
@ -16,6 +16,7 @@ Changes:
|
|||||||
* [CSS] removed unused rule
|
* [CSS] removed unused rule
|
||||||
* [CSS] changed marker color
|
* [CSS] changed marker color
|
||||||
* [CSS] increased font size
|
* [CSS] increased font size
|
||||||
|
* [CSS] increased list size
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
New elements:
|
New elements:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user