aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-05-15 18:07:47 +0200
committerlonkaars <loek@pipeframe.xyz>2021-05-15 18:07:47 +0200
commit6c5787b034db7349d096ec1d2406f72b14efb707 (patch)
treed86a21537b3e634cb5f790f942de8abebaee0402 /styles/globals.css
parentabca906d804e876a01d4c07c226caefeeaca9920 (diff)
tools button group
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css4
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;
}