Skip to content

Commit 7feca7c

Browse files
committed
fix: media query properly displays image.
1 parent ba16ab9 commit 7feca7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
@media (max-width: 768px) {
2525
.header {
26-
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/produce.jpg");
26+
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/assets/produce.jpg");
2727
height: auto;
2828
background-size: 100% auto;
2929
background-repeat: no-repeat;

0 commit comments

Comments
 (0)