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; }