diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-12 14:31:26 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-12 14:31:26 +0200 |
commit | ba45ba5ae8caffd696eb062d278c06ebc60dfbb8 (patch) | |
tree | 96197010c6666eb99f61317f7bcf53d416014d31 /styles/globals.css | |
parent | fb26495ab3dffcc9b49d7a7bd9714b5b805ddcb7 (diff) |
present screen working
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index 028d585..d8bb181 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,3 +14,7 @@ h1 { font-size: 1.25rem; } h2 { font-size: 1.125rem; } h3 { font-size: 1rem; } +.MuiSvgIcon-root { + font-size: 24px !important; +} + |