From c70ab20b9f92c1eede29eda7bb0e1265e9b3a6f5 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 31 Jan 2016 15:31:44 +0100 Subject: [PATCH] Try collectstatic on laptop first --- static/scipost/SciPost.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/scipost/SciPost.css b/static/scipost/SciPost.css index f8ea3f9c3..07e346186 100644 --- a/static/scipost/SciPost.css +++ b/static/scipost/SciPost.css @@ -155,6 +155,23 @@ hr.hr12 { display: flex; flex-wrap: wrap; } +.flex-container #headerflex { + align-contents: center; + justify-content: space-between; + margin: 0px; + padding: 0px; +} +.flex-logobox { + align-self: center; + margin: 0px; + padding: 0px; +} +.flex-blurbbox { + margin: 0px; + padding: 0px; + align-self: center; + margin-left: auto; +} .flex-greybox { background-color: #f4f4f4; margin: 10px; -- GitLab