mirror of https://github.com/istio/istio.io.git
26 lines
449 B
SCSS
26 lines
449 B
SCSS
.figure {
|
|
margin: 1.5rem auto;
|
|
display: block;
|
|
padding: .5rem .5rem 0 .5rem;
|
|
|
|
p {
|
|
text-align: center;
|
|
font-size: $font-size--s;
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.wrapper-with-intrinsic-ratio {
|
|
position: relative;
|
|
height: 0;
|
|
}
|
|
|
|
.element-to-stretch {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|