Improvement: header&footer

Problem solved!
image

<style>
    .md-toolbar-tools{
        background-image: url("/image/logo.png");
        background-repeat: no-repeat;margin-left: 60px;
        margin-left: 0;
        background-size: 125px 39px;
        background-position: 50px;
        
    }
    .md-toolbar-tools h1{
        text-align: right;
        width: 250px;
    }
</style>

I don't see where to mark solved, but thanks @zenofmud!

Mike

3 Likes