diff --git a/site/src/assets/img/pywire-mark.svg b/site/src/assets/img/pywire-mark.svg index 9684a3c..e98679c 100644 --- a/site/src/assets/img/pywire-mark.svg +++ b/site/src/assets/img/pywire-mark.svg @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/site/src/components/Logo.astro b/site/src/components/Logo.astro index d61599a..1b74749 100644 --- a/site/src/components/Logo.astro +++ b/site/src/components/Logo.astro @@ -1,5 +1,6 @@ --- import { Link } from 'accessible-astro-components' +import PywireMark from '../assets/img/pywire-mark.svg' /** * Logo Component — chip-framed pywire mark + monoface wordmark. @@ -13,16 +14,7 @@ import { Link } from 'accessible-astro-components' pywire @@ -67,7 +59,7 @@ import { Link } from 'accessible-astro-components' .logo-mark { display: block; - width: auto; + width: 100%; height: 100%; }