Testing hugo

This commit is contained in:
David 2020-11-19 20:49:43 +01:00
commit e3975962fa
327 changed files with 17224 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#logo-desktop{
.change-fill{
fill: var(--primary);
}
}
#logo-mobile{
path{
fill: var(--primary);
}
}
@media screen and (max-width: 735px){
.Logo__Desktop {
display: none;
}
.Logo__Mobile{
display: block;
}
}