Skip to content

Commit e00e151

Browse files
committed
uhh
1 parent 723e39c commit e00e151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ body {
33
margin: 0;
44
padding: 0;
55
background-image: url('bg-pattern.png');
6-
background-size: auto;
7-
background-repeat: no-repeat;
6+
background-size: auto 100%;
7+
background-repeat: repeat-x;
88
background-attachment: fixed;
99
color: white;
1010
transition: background 0.3s, color 0.3s;

0 commit comments

Comments
 (0)