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 id="protan">
|
||||
<canvas></canvas>
|
||||
<figcaption>Simulated protanomaly</figcaption>
|
||||
<figcaption>Simulated protanomaly (weak red)</figcaption>
|
||||
</figure>
|
||||
<figure id="deuteran">
|
||||
<canvas></canvas>
|
||||
<figcaption>Simulated deuteranomaly</figcaption>
|
||||
<figcaption>Simulated deuteranomaly (weak green)</figcaption>
|
||||
</figure>
|
||||
<figure id="tritan">
|
||||
<canvas></canvas>
|
||||
<figcaption>Simulated tritanomaly</figcaption>
|
||||
<figcaption>Simulated tritanomaly (weak blue)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -32,5 +32,5 @@ figcaption {
|
|||
img, canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue