Line 6 updated to avoid style dropping on hover in desktop environments: .subtext a, .subtext a:hover, .subtext a:visited { margin-top:3px;padding:4px 11px 4px 11px;display:inline-block; }
I would add this 10 line Media Query: (link: https://gist.github.com/impishj/6057353) @media only screen and (max-width:650px) { table { width:100% } .pagetop a:first-child {…
Line 6 updated to avoid style dropping on hover in desktop environments: .subtext a, .subtext a:hover, .subtext a:visited { margin-top:3px;padding:4px 11px 4px 11px;display:inline-block; }
I would add this 10 line Media Query: (link: https://gist.github.com/impishj/6057353) @media only screen and (max-width:650px) { table { width:100% } .pagetop a:first-child {…