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:
parent
77cb738e7a
commit
c933d67922
1 changed files with 3 additions and 2 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue