feat: worked on some stuff

This commit is contained in:
Nick 2024-12-06 22:03:24 -06:00
parent d8ac47c5ee
commit cfbab179e2
48 changed files with 45 additions and 47 deletions

View file

@ -16,6 +16,8 @@ topLevelContainer =
, height fill
, centerX
, B.color colourTheme.backgroundLightGrey
, E.height E.fill
, scrollbarY
]

View file

@ -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
View 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
]