Make tune graphic on tune page fill the width of the page.
This commit is contained in:
parent
0fab9dbdc4
commit
d1c4ec0c59
|
@ -142,7 +142,8 @@ ul.tune-type-list li
|
|||
img.dottes-png
|
||||
{
|
||||
display: block;
|
||||
/* margin-left: auto; */
|
||||
width: 100%; /* Make image fill width */
|
||||
/* margin-left: auto; /* Centre image */
|
||||
/* margin-right: auto; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue