From b6560904118476765255308e1f5f240473fa5f88 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 25 Oct 2019 14:33:31 -0500 Subject: [PATCH] Ensure logo does not collide with

horizontal bar. --- 2019-kvm-forum/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index 4795690..ced9caf 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -2,7 +2,8 @@ body { background: url(redhat.png) no-repeat; - background-position: 98% 0; + background-position: 98% 6px; + background-size: auto 48px; /* font-size: 28pt; */ /* For max */ font-size: 20pt; /* For 1024x768 */ font-family: Red Hat Text, liberation, helvetica; -- 1.8.3.1