diff options
| -rw-r--r-- | app/components/SelectLocation.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/components/SelectLocation.css b/app/components/SelectLocation.css index f82f135a21..c19c663c2f 100644 --- a/app/components/SelectLocation.css +++ b/app/components/SelectLocation.css @@ -11,7 +11,7 @@ .select-location__header { flex: 0 0 auto; - padding: 40px 24px 24px; + padding: 41px 24px 24px; position: relative; /* anchor for close button */ } @@ -35,16 +35,16 @@ font-family: DINPro; font-size: 32px; font-weight: 900; - line-height: 40px; + line-height: normal; color: #FFFFFF; - margin: 0 0 8px 0; + margin: 0 0 9px 0; } .select-location__subtitle { font-family: "Open Sans"; font-size: 13px; font-weight: 600; - line-height: 20px; + line-height: normal; color: rgba(255,255,255,0.8); } |
