mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: started working on responsiveness
This commit is contained in:
parent
0339496f42
commit
31be063412
8 changed files with 408 additions and 262 deletions
|
@ -157,19 +157,19 @@ view { content, model, toContentMsg, props } =
|
|||
, F.size 17
|
||||
, spacing 8
|
||||
]
|
||||
<|
|
||||
List.map (buttonMaker props.currentRoute)
|
||||
[ pageNames.pageRoot
|
||||
, pageNames.pageServices
|
||||
, pageNames.pageHyperBlog
|
||||
, pageNames.pageDebate
|
||||
, pageNames.pageGibberish
|
||||
, pageNames.pageDodgers
|
||||
, pageNames.pageNutriDex
|
||||
, pageNames.pageInterviews
|
||||
, pageNames.pageDonate
|
||||
, pageNames.pageContact
|
||||
]
|
||||
(buttonMaker props.currentRoute pageNames.pageRoot
|
||||
:: List.map (buttonMaker props.currentRoute)
|
||||
[ pageNames.pageServices
|
||||
, pageNames.pageHyperBlog
|
||||
, pageNames.pageDebate
|
||||
, pageNames.pageGibberish
|
||||
, pageNames.pageDodgers
|
||||
, pageNames.pageNutriDex
|
||||
, pageNames.pageInterviews
|
||||
, pageNames.pageDonate
|
||||
, pageNames.pageContact
|
||||
]
|
||||
)
|
||||
]
|
||||
]
|
||||
, footerIcons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue