mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: almost finished mvp
This commit is contained in:
parent
f3f7df13f5
commit
7ea90e4132
16 changed files with 1499 additions and 180 deletions
|
@ -106,6 +106,12 @@ debateList : Device -> Element msg
|
|||
debateList device =
|
||||
column pageListDesktop
|
||||
(case ( device.class, device.orientation ) of
|
||||
( Phone, Portrait ) ->
|
||||
[ mobileDebateMaker ]
|
||||
|
||||
( Tablet, Portrait ) ->
|
||||
[ mobileDebateMaker ]
|
||||
|
||||
_ ->
|
||||
[ debateMaker ]
|
||||
[ desktopDebateMaker ]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue