Hi Gareth,
If you want to see the css they used, you can use f12 and find the div that has the class listtasks. If you want to see all scss of that part, you can find the location of the file in the right panel:
You can click it to see the file.
If you want to display a listview horizontally, you can use display:flex on all ul's of that listview.
Hope this helps!