From 0229130aadbc07d917fad810d26eefa18c5321e8 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 22:08:45 +0100 Subject: Tweak title sizes and colors --- stylesheets/contact.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stylesheets/contact.css') diff --git a/stylesheets/contact.css b/stylesheets/contact.css index 964a1ae..75bb458 100644 --- a/stylesheets/contact.css +++ b/stylesheets/contact.css @@ -1,3 +1,7 @@ +main h1 { + color: #377d1f; +} + @media (min-width: 40em) { main { display: grid; @@ -5,7 +9,6 @@ } main h1 { - color: #377d1f; margin-top: 0; } -- cgit v1.2.3