mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 04:28:49 +00:00
Fixed width of titlebar of songs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user