Fixed width of titlebar of songs

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-24 14:09:12 +01:00
parent 9d21e059f7
commit 870e805743
6 changed files with 47 additions and 13 deletions

View File

@@ -1869,6 +1869,15 @@ nav ul li:hover, nav ul li.active {
}
}
@media only screen and (max-width: 768px){
#results{
background-color: #000;
margin-top:56px;
}
}
@media only screen and (min-width: 769px){
@@ -1889,7 +1898,7 @@ nav ul li:hover, nav ul li.active {
left: 25%;
}
.title-container li {
width: 71%;
/*width: 71%;*/
}
#wrapper {