From f3c8ec172f86fd249615ea779dbb1193bf0b4f8a Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Mon, 4 May 2020 11:05:28 +0200 Subject: [PATCH] fix: increase font size for other forest type label --- src/components/LocationResult.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/LocationResult.module.css b/src/components/LocationResult.module.css index 9046b976..45d16bb1 100644 --- a/src/components/LocationResult.module.css +++ b/src/components/LocationResult.module.css @@ -4,6 +4,10 @@ box-shadow: 0 -20px 20px -20px #777; } +.form :global(label) { + font-size: 18px !important; +} + .mainHelp { position: absolute; right: 15px;