From 70f47f1ae39710f069c4a749635ce420625e175d Mon Sep 17 00:00:00 2001 From: Daniel Philip Johnson <61696382+danielphilipjohnson@users.noreply.github.com> Date: Sat, 24 Oct 2020 16:18:25 +0100 Subject: [PATCH] Changed font-family: 5rem to font-size: 5rem; Replaced font-family: 5rem; with font-size: 5rem; This property was not being read by the browser. --- Natours/final-after-S06/sass/base/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Natours/final-after-S06/sass/base/_typography.scss b/Natours/final-after-S06/sass/base/_typography.scss index d99391f8b1..93878e02d0 100644 --- a/Natours/final-after-S06/sass/base/_typography.scss +++ b/Natours/final-after-S06/sass/base/_typography.scss @@ -25,7 +25,7 @@ body { @include respond(phone) { letter-spacing: 1rem; - font-family: 5rem; + font-size: 5rem; } /* animation-delay: 3s; @@ -83,4 +83,4 @@ body { &:not(:last-child) { margin-bottom: 3rem; } -} \ No newline at end of file +}