Improved font scaling on Android

This commit is contained in:
Marcin Kurczewski
2015-01-26 08:50:25 +01:00
parent 9090ac6fb9
commit 2ab4da11fc
7 changed files with 17 additions and 10 deletions

View File

@ -40,7 +40,7 @@ input[type=password] {
box-shadow: 0 1px 2px -1px #e0e0e0 inset;
background: #fafafa;
font-family: 'Inconsolata', monospace;
font-size: 17px;
font-size: 110%;
text-overflow: ellipsis;
width: 100%;
box-sizing: border-box;