Skip to content

Commit 1f46a23

Browse files
committed
fix: img slider in css file done
1 parent 49d68bd commit 1f46a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: assets/public/css/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ html {
124124

125125
#slider {
126126
/* min-height: 500px; */
127-
background: url('/assets/public/img/slider/chicago.jpg') top center / cover no-repeat;
127+
background: url('..//img/slider/chicago.jpg') top center / cover no-repeat;
128128
margin-top: 46.5px;
129129
padding-top: 50%;
130130
}
@@ -287,7 +287,6 @@ html {
287287
.place-desc {
288288
margin-top: 15px;
289289
line-height: 1.4;
290-
=
291290
}
292291

293292
.place-btn {

0 commit comments

Comments
 (0)