From 40dee7f76df02db9b0ce328a2080ea52361c6f09 Mon Sep 17 00:00:00 2001 From: Nishil Kohli Date: Thu, 29 Oct 2020 19:03:18 -0700 Subject: [PATCH] same size for header images --- steel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steel.css b/steel.css index b7b0591..93654aa 100644 --- a/steel.css +++ b/steel.css @@ -63,6 +63,6 @@ img { max-width: 45em; } -.header img{ +img.header{ max-width: 65em; } \ No newline at end of file