header responsive

This commit is contained in:
2020-07-21 17:22:45 +02:00
parent 3eb17be9ce
commit c35378ee6e
45 changed files with 1769 additions and 37 deletions
@@ -2,6 +2,15 @@ html,body{
background: $fond;
}
button{
outline:0;
border: 0;
&:focus{
outline:0;
border: 0;
}
}
header{
background: white;
}