The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix text size inflation on some mobile views (#594)

authored by

beeps (Kim Grey) and committed by
GitHub
bbcec128 0087373d

+2
+2
static/css/hack.css
··· 1 1 html { 2 2 font-size: 14px; 3 + -webkit-text-size-adjust: none; 4 + text-size-adjust: none; 3 5 } 4 6 * { 5 7 box-sizing: border-box;