mirror of https://github.com/istio/istio.io.git
css element for medium sized images in docs
This commit is contained in:
parent
fed11ef68b
commit
4b8ae739c2
|
@ -29,7 +29,7 @@ additional control over traffic between services.
|
|||
|
||||
## Communication between services
|
||||
|
||||
<img class="col-sm-5 landing-image-small" src="./img/manager/ServiceModel_Versions.svg" alt="Istio service model - service versions." />
|
||||
<img class="doc-image-medium" src="./img/manager/ServiceModel_Versions.svg" alt="Istio service model - service versions." />
|
||||
|
||||
As illustrated in the figure above, clients of a service have no knowledge
|
||||
of different versions of the service. They can continue to access the
|
||||
|
|
|
@ -36,6 +36,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.doc-image-medium {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.lang-card-selector {
|
||||
padding: 0 0 30px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue