Skip to content

Commit

Permalink
Customize main.scss to fix get started table (#63)
Browse files Browse the repository at this point in the history
Console identification table no longer cuts off outline by the height of the image in that specific column - now it is appended to the height of the largest image.
  • Loading branch information
grunt22fox authored Jan 26, 2024
1 parent 77cb738 commit c933d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
}

.console-img {
margin-top: auto;
margin-bottom: auto;
display: flex;
justify-content: center;
align-items: center;
}

.r1 { grid-row: 1; }
Expand Down

0 comments on commit c933d67

Please sign in to comment.