made a few more items per line visible on desktop
This commit is contained in:
parent
42e78ca977
commit
48d4577c53
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ h4 {
|
||||||
|
|
||||||
/* Songlist stuff */
|
/* Songlist stuff */
|
||||||
.songlist {
|
.songlist {
|
||||||
width: 60%;
|
width: 70%;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
margin:auto auto 150px;
|
margin:auto auto 150px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -84,7 +84,7 @@ h4 {
|
||||||
.songlist > .item{
|
.songlist > .item{
|
||||||
border: 1px solid #333333;
|
border: 1px solid #333333;
|
||||||
width:30%;
|
width:30%;
|
||||||
max-width: 200px;
|
max-width: 150px;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue