SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c70ab20b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try collectstatic on laptop first

parent 8cb4fb18
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment