overflow
This commit is contained in:
parent
4900e9d31e
commit
41b328a815
@ -7,7 +7,7 @@ body {
|
||||
color: whitesmoke;
|
||||
font-size: 16pt;
|
||||
padding: 1em 2em;
|
||||
overflow: hidden;
|
||||
/*overflow: hidden;*/
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ function Cryp(cryp) {
|
||||
{ stat: 'blue_damage', colour: '#3498db' },
|
||||
{ stat: 'speed', colour: '#FFD123' },
|
||||
].map((s, i) => (
|
||||
<figure key={i} >
|
||||
<figure key={i} alt={s.stat}>
|
||||
{saw(s.colour)}
|
||||
<figcaption>{cryp[s.stat].value}</figcaption>
|
||||
</figure>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user