Мелкие поправки

This commit is contained in:
Book Pauk
2019-02-10 18:50:44 +07:00
parent d7175d0fc5
commit e515192fc2
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ class CommonHelpPage extends Vue {
flex: 1;
padding: 15px;
overflow-y: auto;
font-size: 150%;
font-size: 120%;
line-height: 130%;
}

View File

@@ -44,7 +44,7 @@ class HotkeysHelpPage extends Vue {
flex: 1;
padding: 15px;
overflow-y: auto;
font-size: 150%;
font-size: 120%;
line-height: 130%;
}

View File

@@ -41,7 +41,7 @@ class MouseHelpPage extends Vue {
flex: 1;
padding: 15px;
overflow-y: auto;
font-size: 150%;
font-size: 120%;
line-height: 130%;
}