Skip to content
Snippets Groups Projects
Commit ff0c78d8 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Fix compendium reports logo to line up with new width

parent beeb3209
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,10 @@ function Banner({ children, type }: inputProps): ReactElement {
<Container>
<Row>
<Row>
<div className="section-container" style={{ marginLeft: '-1.5%' }}>
<div className="section-container">
<img src={SectionDataLogo} style={{ maxWidth: '7rem', marginBottom: '1rem' }} />
<div style={{ display: "flex", alignSelf: "right" }}>
<div className="center-text" style={{paddingTop:'1rem'}}>
<div className="center-text" style={{ paddingTop: '1rem' }}>
{children}
</div>
</div>
......
......@@ -265,5 +265,6 @@ $year-colors: (
.section-container {
display: flex;
margin-left: 5em;
margin-right: 2.8em;
float: right;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment