mirror of https://github.com/docker/docs.git
Added missing radius on image card.
This commit is contained in:
parent
4061544976
commit
a4669e2240
|
@ -80,6 +80,8 @@
|
||||||
flex: 1 auto;
|
flex: 1 auto;
|
||||||
min-width: 90px;
|
min-width: 90px;
|
||||||
background-color: @brand-action;
|
background-color: @brand-action;
|
||||||
|
border-top-left-radius: 3px;
|
||||||
|
border-bottom-left-radius: 3px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue