mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added a bunch of stuff
This commit is contained in:
parent
2a0b5f25ca
commit
16cc054355
52 changed files with 252 additions and 38 deletions
|
@ -124,7 +124,7 @@ view { toContentMsg, model, content } =
|
|||
}
|
||||
, link [ centerX ]
|
||||
{ url = localhostUrl ++ pageNames.pageHome
|
||||
, label = text "Health"
|
||||
, label = text "Nutrition"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -198,7 +198,12 @@ footerIcons =
|
|||
, E.width fill
|
||||
, E.height fill
|
||||
, spacing 20
|
||||
, paddingEach { top = 40, bottom = 20, left = 20, right = 20 }
|
||||
, paddingEach
|
||||
{ top = 40
|
||||
, bottom = 20
|
||||
, left = 20
|
||||
, right = 20
|
||||
}
|
||||
]
|
||||
<|
|
||||
List.map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue