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