From 11ad789f3cd3e4803f4e0e36844add07f125fe1b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 24 Jun 2019 01:50:30 +0100 Subject: [PATCH] add widths --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 060619c11..9e5e9d362 100644 --- a/local.css +++ b/local.css @@ -42,7 +42,7 @@ ol{ } /* Headings */ -.pageheader { min-height: 100px; overflow: auto; } +.pageheader { min-height: 100px; overflow: none; } .header { height: 50px; background: #4b6983; @@ -50,6 +50,7 @@ ol{ color: #ffffff; font-family: sans-serif; width: 100%; + padding: 2px; } .header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} -- 2.30.2