From b1345e3c73be4aa0d0d40fab7d162708eba16fb2 Mon Sep 17 00:00:00 2001 From: barkaiavital Date: Thu, 14 May 2020 12:49:24 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/12/style.css b/12/style.css index fc93d6f..60cfb9d 100644 --- a/12/style.css +++ b/12/style.css @@ -12,7 +12,6 @@ body{ .page_title{ font-size:50px; - color: red; } @@ -41,7 +40,11 @@ body{ .contributors{ margin:40px; - color:blue; +} + +.contributors_names{ + color:blue; + margin-top: 15px; }