We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba16ab9 commit 7feca7cCopy full SHA for 7feca7c
1 file changed
src/components/Header/Header.module.css
@@ -23,7 +23,7 @@
23
24
@media (max-width: 768px) {
25
.header {
26
- background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/produce.jpg");
+ background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/assets/produce.jpg");
27
height: auto;
28
background-size: 100% auto;
29
background-repeat: no-repeat;
0 commit comments