From 98f80cb3ee28a14a91a54585f6c92d3d8ac85cfb Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 17 Jan 2021 17:59:46 +0000
Subject: [PATCH] Umbenennen uebertragen

---
 web/ui2/stile.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index 6935c4b..5eb5506 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -35,7 +35,8 @@
   height: 2em;
   align-items: center;
   margin: 0;
-  padding: 0;
+  padding: 0;  
+  justify-content:space-between;  
 }
 .sued {
   height: 1.5em;
@@ -408,6 +409,15 @@
   transition-delay: 0.075s;
 }
 
+/* Fonts */
+
+@font-face {
+  font-family: 'Roboto Condensed';
+  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
+  font-weight: normal;
+  font-style: normal;
+}
+
 /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
 
 @font-face {

--
Gitblit v1.9.3