Fix internal logo size

This commit is contained in:
Fedor Indutny 2025-04-04 08:15:21 -07:00 committed by GitHub
parent d2605f9362
commit be29302e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -76,6 +76,12 @@
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="images/logo-parts/base.svg"
as="image"
crossorigin
/>
<link rel="preload" href="images/signal-logo.svg" as="image" crossorigin />
<link

View file

@ -46,8 +46,8 @@
flex-shrink: 0;
display: block;
width: 150px;
height: 150px;
width: 128px;
height: 128px;
margin-block: 24px;
position: relative;