p.github-download { display: none; }
p.github-download::after { content: ''; clear: both; display: block; }

@media (max-width: 500px) {
	p.github-download { display: block; width: 100%; float: none; }
	*:not(.github-download) > a.github-download { display: none; }
}