Skip to content

Commit

Permalink
feat(web): Ríkislögmaður header - Style changes (#16208)
Browse files Browse the repository at this point in the history
* Fix styles

* Fix diff

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and thoreyjona committed Oct 2, 2024
1 parent b8ea46c commit 46dca08
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,19 @@ export const rikislogmadurHeaderGridContainerWidth = style([
}),
])

export const rikislogmadurHeaderGridContainerWidthSubpage =
rikislogmadurHeaderGridContainerWidthBase
export const rikislogmadurHeaderGridContainerWidthSubpage = style({
display: 'grid',
maxWidth: '1342px',
margin: '0 auto',
background:
'linear-gradient(178.67deg, rgba(0, 61, 133, 0.2) 1.87%, rgba(0, 61, 133, 0.3) 99.6%)',
...themeUtils.responsiveStyle({
lg: {
gridTemplateRows: 'auto',
gridTemplateColumns: '100fr',
},
}),
})

export const hveHeaderGridContainer = style({
display: 'grid',
Expand Down

0 comments on commit 46dca08

Please sign in to comment.