Mark figures' intended size

This commit activates Sass styling to make image sizes more responsive
on the rendered page.
This commit is contained in:
Tim Bannister
2021-10-17 21:31:52 +01:00
parent 1fe561a4de
commit dc84f0cb97
6 changed files with 6 additions and 10 deletions
@@ -112,7 +112,7 @@ For example, you might have a container that
acts as a web server for files in a shared volume, and a separate "sidecar" container
that updates those files from a remote source, as in the following diagram:
{{< figure src="/images/docs/pod.svg" alt="example pod diagram" width="50%" >}}
{{< figure src="/images/docs/pod.svg" alt="Pod creation diagram" class="diagram-medium" >}}
Some Pods have {{< glossary_tooltip text="init containers" term_id="init-container" >}} as well as {{< glossary_tooltip text="app containers" term_id="app-container" >}}. Init containers run and complete before the app containers are started.