From 2d319f6b8a8ddb93eccb40a41d1e6e136c856631 Mon Sep 17 00:00:00 2001 From: Lingquan Han Date: Thu, 30 Jan 2020 21:42:05 -0800 Subject: [PATCH] Update comment Hey Jonas, I think the comment should be "BACK SIDE STYLING" --- Natours/after-S05/sass/components/_card.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Natours/after-S05/sass/components/_card.scss b/Natours/after-S05/sass/components/_card.scss index dab307380b..c99917c399 100644 --- a/Natours/after-S05/sass/components/_card.scss +++ b/Natours/after-S05/sass/components/_card.scss @@ -132,7 +132,7 @@ } } - // FRONT SIDE STYLING + // BACK SIDE STYLING &__cta { position: absolute; top: 50%; @@ -157,4 +157,4 @@ font-size: 6rem; font-weight: 100; } -} \ No newline at end of file +}