/* simd demo */

#mandel-figure {
    margin: 1.25rem auto 0;
}

#mandel-figure figcaption {
    margin-top: 0.4rem;
    color: #8b949e;
    font-size: 0.8rem;
}

#mandel-canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
