Skip to content

Commit

Permalink
try to fix logo bluriness once again
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstrema committed Jul 10, 2024
1 parent 2eae388 commit 9c74e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>
<footer>
<div class="copyright">
<Logo alt="logo" width="90px" height="90px" style="margin-right: 10px;"/>
<Logo alt="logo" width="90px" height="90px" viewBox="0 0 377.95276 442.72978" style="margin-right: 10px;"/>
<p>Marche & Cornellier © {new Date().getFullYear()}</p>
<a class="gh" href="https://github.com/ecstrema/parois-du-quebec" target="_blank" rel="noopener noreferrer">
<svg width="1.3em" height="1.3em" viewBox="0 0 24 24">
Expand All @@ -29,7 +29,7 @@
.gh {
margin-left: 10px;
stroke: rgb(129, 129, 129);
transition: stroke 0.2s ease;
transition: none;
cursor: pointer;
text-decoration: none;
Expand Down

0 comments on commit 9c74e7c

Please sign in to comment.