diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-15 18:07:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-15 18:07:47 +0200 |
commit | 6c5787b034db7349d096ec1d2406f72b14efb707 (patch) | |
tree | d86a21537b3e634cb5f790f942de8abebaee0402 /styles/globals.css | |
parent | abca906d804e876a01d4c07c226caefeeaca9920 (diff) |
tools button group
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 c45aa2d..f69cb97 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,6 +14,10 @@ h1 { font-size: 1.25rem; } h2 { font-size: 1.125rem; } h3 { font-size: 1rem; } +h1, h2, h3 { + margin: 0; +} + .MuiSvgIcon-root { font-size: 24px !important; } |