My header icon not cover the header properly.
After checking the _includes/header.html and css/main.sass,I find that deleting attributes top and left in main.sass will make things right.(deleting attribute position:absolute is also useful)
Hope to help others.
My header icon not cover the header properly. After checking the _includes/header.html and css/main.sass,I find that deleting attributes top and left in main.sass will make things right.(deleting attribute position:absolute is also useful) Hope to help others.