From 7217ef060fbf5120e33e24fe1061cfab5d73a864 Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Tue, 7 Jul 2020 19:34:05 +0200 Subject: [PATCH] fix: add missing CSS file --- src/components/ProjectionTab.module.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/components/ProjectionTab.module.css diff --git a/src/components/ProjectionTab.module.css b/src/components/ProjectionTab.module.css new file mode 100644 index 00000000..57d6dd25 --- /dev/null +++ b/src/components/ProjectionTab.module.css @@ -0,0 +1,4 @@ +.medium { + font-size: 1.3em; + line-height: 1.4em; +}