Skip to content

Commit 468667e

Browse files
authored
Update main.css
Correct wrong url for banner
1 parent a70629a commit 468667e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@
22082208
#main > section.one {
22092209
background-color: #e8edec;
22102210
/*background-color: #81918E;*/
2211-
background-image: url("../../images/banner.jpg");
2211+
background-image: url("images/banner.jpg");
22122212
}
22132213

22142214
#main > section.two {

0 commit comments

Comments
 (0)