From 853a58b78b687dd9549e0a12e3eb630a0baa053d Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 24 Mar 2022 22:41:34 -0500 Subject: [PATCH] make the breadcrumbs and style menu a bit nicer --- incorporealcms/static/css/plain.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/incorporealcms/static/css/plain.css b/incorporealcms/static/css/plain.css index f0f360b..c51f1f7 100644 --- a/incorporealcms/static/css/plain.css +++ b/incorporealcms/static/css/plain.css @@ -1,4 +1,9 @@ -/* specify almost no styling, just fix some image rendering */ +/* specify almost no styling, just fix some image and nav rendering */ +div.header { + display: flex; + justify-content: space-between; +} + .img-25 { max-width: 25% !important; }