tiny change
This commit is contained in:
parent
e4ea0b0b99
commit
96982c0707
2 changed files with 4 additions and 4 deletions
|
@ -26,15 +26,15 @@
|
||||||
</figure>
|
</figure>
|
||||||
<figure id="protan">
|
<figure id="protan">
|
||||||
<canvas></canvas>
|
<canvas></canvas>
|
||||||
<figcaption>Simulated protanomaly</figcaption>
|
<figcaption>Simulated protanomaly (weak red)</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure id="deuteran">
|
<figure id="deuteran">
|
||||||
<canvas></canvas>
|
<canvas></canvas>
|
||||||
<figcaption>Simulated deuteranomaly</figcaption>
|
<figcaption>Simulated deuteranomaly (weak green)</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure id="tritan">
|
<figure id="tritan">
|
||||||
<canvas></canvas>
|
<canvas></canvas>
|
||||||
<figcaption>Simulated tritanomaly</figcaption>
|
<figcaption>Simulated tritanomaly (weak blue)</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -32,5 +32,5 @@ figcaption {
|
||||||
img, canvas {
|
img, canvas {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue