Determines if the current width should use a list layout (single column).
static bool isListLayout(double width) { return width < mobile; }