Ans : delete unused file

This commit is contained in:
Daniel Muyshond 2020-10-23 10:19:26 +02:00
parent f7de9e72d4
commit 116e095979
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
@charset "UTF-8";
div#header {
background-image: $header-banner;
background-size: $header-banner-width $header-banner-height;
background-repeat:no-repeat;
width: 100%;
height: $header-banner-height;
margin: 0 auto;
position: relative;
top: 0px;
z-index: 0;
padding: 0 1ex; }
h1#logo {
display:none;
}
/*h1#logo {
background-image: $header-logo;
background-repeat: no-repeat;
}
h1#logo a{
color:#ffffff;
text-shadow: 1px 1px 3px black;
display:block;
padding-top:100px;
padding-left:0px;
}*/