Skip to content

Commit 8f7c9e0

Browse files
authored
Merge pull request #33 from ypnos/patch-1
Improve background image
2 parents 6cb4599 + 3240d59 commit 8f7c9e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pillow.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.bg-pillow {
2-
background: url(/images/img49.png);
2+
background-image: url(/images/img49.png);
3+
background-size: 100% 100%;
34
}
45
.mt-pillow {
56
margin-top: 10em;

0 commit comments

Comments
 (0)