Fixed route to menu background image
parent
007746e30b
commit
75e1087010
|
@ -1,6 +1,6 @@
|
||||||
.menu {
|
.menu {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
background-image: url("/images/menu.png");
|
background-image: url("../images/menu.png");
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
Loading…
Reference in New Issue