shithub: sirjofri_de_docs

Download patch

ref: ccaa8e120c9584eea26cfd785f653f2635ab57b9
parent: e1bbc4a737650ab32573dab290560907cf94ef5e
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Feb 2 08:23:19 EST 2026

moves bars to match promo style

--- a/common/style.css
+++ b/common/style.css
@@ -65,12 +65,12 @@
 
 .bar:first-of-type {
 	left: 0;
-	bottom: 0;
+	top: 0;
 }
 
 .bar:last-of-type {
 	right: 0;
-	top: 0;
+	bottom: 0;
 }
 
 .redbar {
--