Skip to content
Snippets Groups Projects
Commit 372b32bd authored by Tore.Brede's avatar Tore.Brede
Browse files

Merge branch 'GREG-157_reduce_uib_header_height' into 'master'

GREG-157: Reducing UIB header height based on feedback

See merge request !232
parents df3607c0 07a71f52
No related branches found
No related tags found
1 merge request!232GREG-157: Reducing UIB header height based on feedback
Pipeline #109153 canceled
......@@ -33,13 +33,13 @@ function getHeaderLogo() {
if (i18n.language === 'en') {
return (
<UiBLogoEn
style={{ minHeight: '7rem', minWidth: '10rem', maxWidth: '30rem' }}
style={{ minHeight: '5rem', minWidth: '10rem', maxWidth: '30rem' }}
/>
)
}
return (
<UiBLogoNo
style={{ minHeight: '7rem', minWidth: '10rem', maxWidth: '30rem' }}
style={{ minHeight: '5rem', minWidth: '10rem', maxWidth: '30rem' }}
/>
)
default:
......
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