fix noise not repeating
This commit is contained in:
parent
1785c0c9b9
commit
0b0687c9fc
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
.icon-noise {
|
.icon-noise {
|
||||||
background-image: url('../img/noise.png');
|
background-image: url('../img/noise.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue