change zoom to 0.6

This commit is contained in:
Pedro de Oliveira 2016-10-17 18:35:29 +01:00
parent 5f594a7062
commit e9f18446d9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ div.center {
@media only screen and (max-width:512px) {
div.main {
zoom: 0.7;
zoom: 0.6;
}
}