From 101ffcbc878936d6b4ac29de161d52100d9dd6a1 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 11 Apr 2022 00:21:59 +0200 Subject: [PATCH] temporary css changes --- static/style.css | 18 ++++++++++++++++++ templates/base.html | 10 ++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 9d23ceb..a9e96c4 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,21 @@ body { font-family: sans-serif; + margin: 0; +} + +#container { + display: flex; + flex-direction: column; +} + +#header { + border: 1px solid green; +} + +#title { + font-size: 14pt; +} + +#content { + border: 1px solid red; } diff --git a/templates/base.html b/templates/base.html index 10ce608..848ebaf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,5 +3,11 @@ {{ config["directory"] }} - {{ cloud_name }} -

{{ config["directory"] }}

-{% block content %}{% endblock %} +
+ +
+ {% block content %}{% endblock %} +
+