mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: worked on some stuff
This commit is contained in:
parent
d8ac47c5ee
commit
cfbab179e2
48 changed files with 45 additions and 47 deletions
|
@ -16,6 +16,8 @@ topLevelContainer =
|
|||
, height fill
|
||||
, centerX
|
||||
, B.color colourTheme.backgroundLightGrey
|
||||
, E.height E.fill
|
||||
, scrollbarY
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ type alias PageInput =
|
|||
pageNames : PageInput
|
||||
pageNames =
|
||||
{ pageRoot = "home"
|
||||
, pageHome = "upRootNutrition"
|
||||
, pageHome = "uRN"
|
||||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
, pageDebate = "arguments"
|
||||
|
|
3
frontend/src/Config/Response.elm
Normal file → Executable file
3
frontend/src/Config/Response.elm
Normal file → Executable file
|
@ -18,4 +18,5 @@ pageListDesktop =
|
|||
, paddingEach { top = 30, bottom = 30, left = 30, right = 30 }
|
||||
, E.width (fill |> minimum 100)
|
||||
, E.width (fill |> maximum 875)
|
||||
]
|
||||
, scrollbarY
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue