Skip to content

Commit

Permalink
set logo to fixed dimensions to reduce CLS
Browse files Browse the repository at this point in the history
  • Loading branch information
Palabola committed May 26, 2024
1 parent e4f4d68 commit c399ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="bg-custom px-4 lg:px-6 py-2.5 w-full">
<div class="content flex justify-between items-center w-full">
<a routerLink="/" class="flex items-center">
<img class="max-h-[50px] lg:max-h-[66px]"
<a routerLink="/" class="h-12" style="max-width: 284px; width: 284px">
<img class="h-12" style="max-width: 284px; width: 284px"
src="./assets/images/logos/logo_header.png"
alt="Spare Cores Logo" />
</a>
Expand Down

0 comments on commit c399ff0

Please sign in to comment.