Skip to content
Snippets Groups Projects
Commit d611301d authored by khawkins98's avatar khawkins98
Browse files

Make layout display of elixir banner consistent

Injected styles were making a slightly different look.
parent 72afc535
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,10 @@ function elixirBanner() {
.elixir-ribbon h5 {
margin: .5rem 0 0;
}
.elixir-ribbon .row::before, .row::after {
display: table;
content: ' ';
}
.elixir-ribbon .elixir-logo-kite {
background: 80% 58% url("https://www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.2/images/logos/assorted/elixir_kitemark-60px.png") no-repeat;
position: relative;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment