From 57fa3304f0aee887c59a637ae8de08c99f57e21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 11 Nov 2021 00:01:11 +0100 Subject: [PATCH] Fix Location page description buttons font-size --- src/style/pages/_location.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/style/pages/_location.scss b/src/style/pages/_location.scss index 4faf0b7..87ac2b6 100644 --- a/src/style/pages/_location.scss +++ b/src/style/pages/_location.scss @@ -140,11 +140,9 @@ .button { margin-right: 16px; margin-bottom: 16px; - font-size: rem(16px); @include bp (sm) { margin-bottom: 0; - font-size: rem(18px); } } }