Skip to content

Commit

Permalink
Make site logo a fixed witdth
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Aug 8, 2024
1 parent 91f7594 commit 7ff7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/starlight/SiteTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const { siteTitleHref } = Astro.props;

img {
height: calc(var(--sl-nav-height) - 3.5 * var(--sl-nav-pad-y));
width: auto;
width: 4.85rem;
max-width: 100%;
object-fit: contain;
object-position: 0 50%;
Expand Down

0 comments on commit 7ff7f22

Please sign in to comment.