Skip to content
Snippets Groups Projects
Commit ed1cb41a authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Remove extra padding on the UiB logo, minimize the svgs

parent 4239bdd6
No related branches found
No related tags found
1 merge request!174Updated header and footer
Pipeline #101248 passed
...@@ -54,13 +54,12 @@ const LogoSection = styled('div')(({ theme }) => ({ ...@@ -54,13 +54,12 @@ const LogoSection = styled('div')(({ theme }) => ({
fontSize: '1.5rem', fontSize: '1.5rem',
color: theme.palette.primary.main, color: theme.palette.primary.main,
display: 'flex', display: 'flex',
flexWrap: 'nowrap',
justifyContent: 'space-between', justifyContent: 'space-between',
padding: '1rem 0 1rem 2rem', padding: '1rem 0 1rem 2rem',
})) }))
const LogoContainer = styled('div')({ const LogoContainer = styled('div')({
maxWidth: '15rem', maxWidth: '20rem',
minWidth: '10rem', minWidth: '10rem',
}) })
......
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