Fixed width-issue on mobile and color-issue of title on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-28 15:23:17 +02:00
parent c7de4bd5e3
commit f4dfdb32df

View File

@@ -3386,6 +3386,10 @@ nav ul li:hover, nav ul li.active {
margin-top:-6px;
}
.main {
max-width: 99%;
}
#playlist {
/*margin-left: 10px;*/
width: calc(100% - 10px);
@@ -3397,6 +3401,10 @@ nav ul li:hover, nav ul li.active {
margin-top: 7px;
}
.search-container, .song-title {
background: inherit;
}
.row .col.s12 {
width: 100% !important;
}