Fix style and responsive issues

This commit is contained in:
2021-12-14 23:19:46 +01:00
parent 2f7082fd9d
commit ac03348349
10 changed files with 45 additions and 69 deletions

View File

@@ -5,6 +5,6 @@
const classes = [$$props.class].join(' ').trim()
</script>
<svg class={classes} aria-label={label}>
<svg class={classes} aria-label={label} width="32" height="32">
<use xlink:href="#icon-{icon}" />
</svg>

View File

@@ -37,11 +37,5 @@
</li>
</ul>
</nav>
<div class="footer__ctf">
<a href="https://cetrucflotte.com" target="_blank" rel="noopener external">
<img src="/images/logo-ctf.svg" alt="Cetrucflotte logo" width="140" height="24">
</a>
</div>
</div>
</footer>