From 520be7ce98b48fa348854bfc94d79a13c538b309 Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Sun, 8 Apr 2018 13:46:56 +0200 Subject: [PATCH] Improved styling. --- resources/oblicum.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/oblicum.css b/resources/oblicum.css index 77b0f7f9c..a2f13a18d 100644 --- a/resources/oblicum.css +++ b/resources/oblicum.css @@ -20,12 +20,13 @@ body > :first-child::before { display: block; position: fixed; bottom: 0px; + left: 0px; margin: 10px; height: calc(1rem + 10px); - width: calc(100% - 20px); + width: calc(100% - 10px); background-image: url("oblicum-logo.svg"); background-repeat: no-repeat; background-position-x: calc(100% - 10px); opacity: 0.7; z-index: 99; -} \ No newline at end of file +}