feat: changed argument formatting

This commit is contained in:
Nick 2024-11-22 02:19:27 -06:00
parent 9a8594d560
commit 73a5a13100
55 changed files with 223 additions and 30 deletions

View file

@ -148,16 +148,16 @@ debateList =
List.map
(\category ->
column [ spacing 20 ]
[ el (nonHighlightedTitleFormat ++ [ centerX ]) (text category.categoryName)
[ el (nonHighlightedTitleFormat ++ [ centerX, F.letterSpacing 2, F.size 30]) (text category.categoryName)
, column [] (List.map argumentMaker category.arguments)
]
)
[ { categoryName = "Medicine"
[ { categoryName = "MEDICINE"
, arguments =
[ argumentApoBCVD
]
}
, { categoryName = "Nutrition"
, { categoryName = "NUTRITION"
, arguments =
[ argumentAnabolicKeto
, argumentAntagonisticPleiotropy
@ -186,7 +186,7 @@ debateList =
, argumentUnhealthySaturatedFat
]
}
, { categoryName = "Philosophy"
, { categoryName = "PHILOSOPHY"
, arguments =
[ argumentAbortion
, argumentAgnosticism
@ -209,12 +209,12 @@ debateList =
, argumentVeganSocietyReductio
]
}
, { categoryName = "Politics"
, { categoryName = "POLITICS"
, arguments =
[ argumentBoobyTrapPagers
]
}
, { categoryName = "Science"
, { categoryName = "SCIENCE"
, arguments =
[ argumentEpidemiologyCausality
, argumentFlatEarthDebunk