Skip to content

Commit

Permalink
Make it 8 wide for comparing terminal themes
Browse files Browse the repository at this point in the history
  • Loading branch information
myarcana committed Mar 5, 2023
1 parent d21415b commit 58985c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
*/
.tiles {
list-style: none;
margin: 1em 0;
margin: 1em auto;
padding: 0;
text-align: center;
max-width: calc(8 * 200px);
}

.tile-details-visible .tile .tile-details {
Expand Down Expand Up @@ -63,4 +64,4 @@
background-color: #444;
color: #fff;
cursor: text;
}
}

0 comments on commit 58985c1

Please sign in to comment.