From 9004e7c423befaa4a6007561797c99b738a57313 Mon Sep 17 00:00:00 2001 From: vlebert <49779177+vlebert@users.noreply.github.com> Date: Wed, 16 Jun 2021 21:14:22 +0200 Subject: Add greeting subtitle (#350) * resize skillcards by CSS instead of JS * Revert "resize skillcards by CSS instead of JS" This reverts commit 169e0599e9ff771c1cf58c03fb799c42aac65092. * french translation * add an optionnal greeting subtitle Co-authored-by: vlebert --- static/css/sections/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/sections/home.css b/static/css/sections/home.css index 893ee3d..b108556 100644 --- a/static/css/sections/home.css +++ b/static/css/sections/home.css @@ -45,7 +45,7 @@ margin-bottom: 10px; } -.home .greeting { +.home .greeting, .home .greeting-subtitle { color: #f9fafc; } -- cgit v1.2.3