Customize main.scss to fix get started table (#63)

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.
This commit is contained in:
grunt22fox 2024-01-26 00:15:40 -06:00 committed by GitHub
parent 77cb738e7a
commit c933d67922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@
}
.console-img {
margin-top: auto;
margin-bottom: auto;
display: flex;
justify-content: center;
align-items: center;
}
.r1 { grid-row: 1; }