From 403f2ffa55f68f4b6c4dfa6cb168227b24cb501c Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Fri, 30 Mar 2018 12:10:39 +0000 Subject: [PATCH] Vorlage fertig und dokumentiert --- app.css | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 7a9c9b4..aab1ed3 100644 --- a/app.css +++ b/app.css @@ -3,6 +3,7 @@ padding: 0; height: 100%; /* Anmerkung 2 */ font-size: larger; + font-family: 'Roboto Condensed'; } body { min-height: 0; /* Anmerkung 1 */ @@ -14,6 +15,7 @@ flex-flow: row; height: 100%; /* Anmerkung 2 */ min-height: 0; /* Anmerkung 1 */ + background-color: #ededed; } .nord { background-color: black; @@ -37,7 +39,7 @@ .ost { flex-grow: 0; flex-shrink: 0; - flex-basis: 10em; + flex-basis: 6em; background-color: antiquewhite; } .zentrum { @@ -45,6 +47,7 @@ height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; + padding: 0.5em; } /* @@ -56,6 +59,6 @@ */ .app-titel { - margin-left: 2em; + margin-left: 0.6em; color: white; } -- Gitblit v1.9.3