1
0
mirror of synced 2025-02-17 11:08:35 +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 { header ul {
display:none; width:99%;
}
header li, header ul li + li + li {
width:33%;
} }
} }