From 09b46bee06d58c9365b508f742233a108f7736a8 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 11 Sep 2021 15:08:40 +0100 Subject: [PATCH] added some missing css --- FrontendMentor/newbie/profile-card-component/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FrontendMentor/newbie/profile-card-component/css/style.css b/FrontendMentor/newbie/profile-card-component/css/style.css index 38713ae..869ddd9 100644 --- a/FrontendMentor/newbie/profile-card-component/css/style.css +++ b/FrontendMentor/newbie/profile-card-component/css/style.css @@ -78,6 +78,10 @@ body { padding-bottom: 0.25rem; } +.name, .stat { + font-weight: bold; +} + .border { border: 1px solid var(--border-gray); margin-top: 1.5rem; @@ -108,6 +112,7 @@ body { font-weight: 400; font-size: var(--label-font-size); color: var(--dark-grayish-blue); + letter-spacing: 1.5px; margin-top: 0.5625rem; padding-bottom: 0.1875rem;