1
0
mirror of synced 2024-11-23 23:21:02 +01:00

Merge pull request #22 from orderedlist/show-buttons-on-480

Show buttons on 480 version
This commit is contained in:
Steve Smith 2015-10-27 16:49:58 -04:00
commit 5d6e9033b1

View File

@ -253,7 +253,11 @@ footer {
}
header ul {
display:none;
width:99%;
}
header li, header ul li + li + li {
width:33%;
}
}