Skip to content
Snippets Groups Projects
Commit 643926c1 authored by MouseOfLight's avatar MouseOfLight
Browse files

typo

parent 50b40768
No related branches found
No related tags found
1 merge request!5407Added a double-column display for new vertical layout
...@@ -81,7 +81,7 @@ Yes, I am aware this is horrible. If anyone can figure out how to get widgets to ...@@ -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; margin-bottom: 0.2em;
} }
.arcology.grid2 .penthouseWrapper { .arcology.grid2 .penthouseWrapper {
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(2, 1fr);
} }
.arcology.grid3 .penthouseWrapper { .arcology.grid3 .penthouseWrapper {
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment