Browse Source

Reduced text size of mobile site from 80% to 70%

pull/46/head
Jure Šorn 5 years ago
parent
commit
60964e0915
1 changed files with 1 additions and 1 deletions
  1. 2
      web/style.css

2
web/style.css

@ -239,7 +239,7 @@ ul {
@media only screen and (max-device-width: 1024px) {
.ocks-org body {
font-size: 80%;
font-size: 70%;
padding: 0.5rem;
}

Loading…
Cancel
Save