Hi all
please can someone help and give me the xmas gift of knowledge!
Trying to add my logo to the nav bar using the framework- have followed various posts and have the following code is about a million different less files
.page-logo {
background-image:url(src/assets/my-logo.jpg);
display:inline-block;
margin-left:25%;
@media all and (max-width:700px) {
background-image: url(src/assets/my-logo.jpg);
height:0px;
width:0px;
margin-left:0px;
}
I then have this is navigation.hbs
<div class="page-logo"></div>
yet I cant get the logo to display, please what have I missed!!
Thanks
James