From dfbe32559e23e89b23bd5e633dd1d14b5f3f98b6 Mon Sep 17 00:00:00 2001 From: Eric Tran Date: Thu, 30 Jan 2020 16:57:11 +0000 Subject: [PATCH] Adjust width for PiAware SkyAware banner in css file --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index f39fcb1..6f3e020 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -396,7 +396,7 @@ select.error, textarea.error, input.error { } .piAwareLogo { - width: 186px; + width: 235px; height: 24px; } .flightfeederLogo {