From a8a600b35b5c425fb847a126c1c5849537cf71dd Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 23 Oct 2023 11:58:44 +0000 Subject: [PATCH] enhance(latest): subtitle spacing and size --- site/css/homepage.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/css/homepage.scss b/site/css/homepage.scss index 28e0f8da607..7069d4e5c0a 100644 --- a/site/css/homepage.scss +++ b/site/css/homepage.scss @@ -202,8 +202,13 @@ .heading-latest__subtitle { display: block; - @include body-1-regular; + margin-top: 8px; + @include body-2-regular; color: $blue-60; + + @include md-up { + @include body-1-regular; + } } .homepage-posts--explainers {