mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed width-issue on mobile and color-issue of title on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user