Skip to content

Commit

Permalink
revert list item
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 7, 2024
1 parent 473d9cc commit d196f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/www/views/servers_view/server_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export class ServerList extends LitElement {
/* TODO(daniellacosse): Remove the hard-coded heights. */
server-row-card {
margin: 0 auto 8px auto;
height: 200px;
height: 130px;
}
server-hero-card {
height: 500px;
height: 400px;
}
`,
];
Expand Down

0 comments on commit d196f17

Please sign in to comment.