Update settings.php

This commit is contained in:
Luca 2019-03-06 14:59:17 +01:00
parent c04cfca70e
commit cfd4a985ce
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $settings = [
],
'header-height' => 35,
'footer-height' => 5,
'header-font-size' => 11,
'header-font-size' => 10,
];
return $settings;