diff --git a/content/toys/triscit/ui.css b/content/toys/triscit/ui.css index d9e9be6..1171b81 100644 --- a/content/toys/triscit/ui.css +++ b/content/toys/triscit/ui.css @@ -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; } -} \ No newline at end of file +}