mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: did a ton of work
This commit is contained in:
parent
a220b0d9c1
commit
078bd0ac70
67 changed files with 358 additions and 192 deletions
|
@ -175,9 +175,8 @@ debateList model =
|
|||
argColumn : Bool -> Element Msg
|
||||
argColumn isHidden =
|
||||
column
|
||||
-- (explain Debug.todo ::
|
||||
[ padding 30
|
||||
, spacing 10
|
||||
, spacing 15
|
||||
]
|
||||
<|
|
||||
List.map argumentMaker <|
|
||||
|
@ -201,7 +200,13 @@ debateList model =
|
|||
(List.map Just model.argHeights)
|
||||
in
|
||||
el
|
||||
[ behindContent <| argColumn True ]
|
||||
[ behindContent <| argColumn True
|
||||
, spacing 10
|
||||
, centerX
|
||||
, centerY
|
||||
, alignTop
|
||||
, paddingEach { top = 30, bottom = 30, left = 30, right = 30 }
|
||||
]
|
||||
<|
|
||||
argColumn False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue