Sans-serif on mobile, smaller margins, bigger nicks

@torhve: smaller margins! just click merge right now? ;)
This commit is contained in:
Lorenz Hübschle-Schneider 2014-06-04 13:47:15 +01:00
parent beb640493d
commit f5dde0163b

View file

@ -371,9 +371,14 @@ h2 span, h2 small {
/* Mobile layout */ /* Mobile layout */
/* */ /* */
@media (max-width: 968px) { @media (max-width: 968px) {
.monospace {
/* readability on mobile +9001% */
font-family: sans-serif;
}
#bufferlines table { #bufferlines table {
border-collapse: separate; border-collapse: separate;
border-spacing: 2px 6px; border-spacing: 2px 3px;
} }
#sidebar { #sidebar {
@ -451,6 +456,7 @@ h2 span, h2 small {
padding-right: 0; padding-right: 0;
border: 0; border: 0;
font-weight: bold; font-weight: bold;
font-size: 15px;
} }
#bufferlines td.message { #bufferlines td.message {