Skip to content

Commit 3240d59

Browse files
authored
Improve background image
Avoid repeat by applying 100% stretch
1 parent 6cb4599 commit 3240d59

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)