Ensure logo does not collide with <h1> horizontal bar.
authorEric Blake <eblake@redhat.com>
Fri, 25 Oct 2019 19:33:31 +0000 (14:33 -0500)
committerEric Blake <eblake@redhat.com>
Fri, 25 Oct 2019 19:33:31 +0000 (14:33 -0500)
2019-kvm-forum/style.css

index 4795690..ced9caf 100644 (file)
@@ -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;