From 18d253c32c318e1e8a442b2b2890e53768884f89 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sun, 22 Dec 2019 23:21:21 +0000 Subject: [PATCH] center splash for macOS --- roles/captiveportal/files/mac.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/captiveportal/files/mac.template b/roles/captiveportal/files/mac.template index 6d4bca5e3..c0af27400 100644 --- a/roles/captiveportal/files/mac.template +++ b/roles/captiveportal/files/mac.template @@ -8,16 +8,17 @@ #header { display: block; height: 120px; - width:1024px; + width:900px; background: #000 url('iiab_banner6.png') no-repeat 0 0; border-radius: 5px; margin: 5px; + object-fit: cover; } body { background-color: #CBFFAA; font-family: sans-serif; font-size: 100%; - width: 1024px; + width: 900px; margin: 3px; } }