From 643926c10fa4aaeb1f0225f94434bd7850e58a85 Mon Sep 17 00:00:00 2001 From: MouseOfLight <MouseOfLight@gmail.com> Date: Sun, 20 Oct 2019 08:45:44 -0700 Subject: [PATCH] typo --- src/uncategorized/buildingWidgets.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw index a80e9af9a3a..ef56156b922 100644 --- a/src/uncategorized/buildingWidgets.tw +++ b/src/uncategorized/buildingWidgets.tw @@ -81,7 +81,7 @@ Yes, I am aware this is horrible. If anyone can figure out how to get widgets to margin-bottom: 0.2em; } .arcology.grid2 .penthouseWrapper { - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(2, 1fr); } .arcology.grid3 .penthouseWrapper { grid-template-columns: repeat(3, 1fr); -- GitLab