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;