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

View file

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