mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: changed navbar formatting
This commit is contained in:
parent
68b6a45d6c
commit
31e9d1cef2
2 changed files with 15 additions and 5 deletions
|
@ -90,7 +90,7 @@ view { toContentMsg, model, content } =
|
|||
[ width <| px 200
|
||||
, alignLeft
|
||||
, alignTop
|
||||
, moveDown 30
|
||||
, paddingEach { top = 20, bottom = 0, left = 10, right = 0 }
|
||||
, htmlAttribute (H.style "position" "fixed")
|
||||
, htmlAttribute (H.style "left" "0")
|
||||
, htmlAttribute (H.style "top" "0")
|
||||
|
@ -99,8 +99,9 @@ view { toContentMsg, model, content } =
|
|||
, htmlAttribute (H.style "transform-style" "preserve-3d")
|
||||
]
|
||||
[ column
|
||||
[ spacing 20
|
||||
[ spacing 10
|
||||
, centerX
|
||||
, height fill
|
||||
, F.color colourTheme.nonHighlightedText
|
||||
]
|
||||
[ image [ spacing 2, width <| px 80, centerX ] { src = "navbar/nutrivorelogo.png", description = "" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue