fire tweaks

This commit is contained in:
Neale Pickett 2023-06-23 16:50:00 -06:00
parent ef220d3ba7
commit c905360ecc
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,10 @@ td.hex {
}
.ablaze {
background: url(fire.gif) bottom repeat-x;
background-image: url(fire.gif);
background-position-y: bottom;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
}
@media screen and (min-width: 768px) {
@ -29,4 +32,4 @@ td.hex {
max-height: calc(100% - 4em);
overflow-y: scroll;
}
}
}