diff options
Diffstat (limited to 'stylesheets/contact.css')
| -rw-r--r-- | stylesheets/contact.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; } |
