1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Change internal font size from from 15 to 20.

This commit is contained in:
Jorik Schellekens
2020-06-02 17:10:22 +01:00
parent b50046f1ab
commit c0ac44e471
4 changed files with 60 additions and 59 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
@import "./_font-sizes.scss";
:root {
font-size: 15px;
font-size: 20px;
}
html {