From 425b5263c0ba6ca93cfdea4bb325d61c0a964714 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Aug 2020 08:26:15 -0400 Subject: wrap .pageheader so that we get a nice full-width bar at the top --- local.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 26b230bb..b36c0d00 100644 --- a/local.css +++ b/local.css @@ -5,6 +5,15 @@ margin: 0 auto; } +.pageheader-wrapper { + margin: 0; + overflow: hidden; + background: #eee; + border-color: #999; + border-style: none none solid none; + border-width: 1px; +} + #content { max-width: 38rem; margin: 0; -- cgit v1.2.3