Skip to content

Commit

Permalink
πŸ› Set height for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Feb 7, 2024
1 parent b3dda99 commit eb7d574
Show file tree
Hide file tree
Showing 2 changed files with 2,526 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/BlazeKit.Website/Components/Logo.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<span class="flex w-auto h-10 bg-[#1971c2] rounded-bl-lg rounded-tr-lg p-2 text-white">
<svg viewBox="0 0 132 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<span class="flex w-auto h-auto bg-[#1971c2] rounded-bl-lg rounded-tr-lg p-2 text-white">
<svg class="h-6" viewBox="0 0 132 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.4 7.60004C13.5334 11.6 10.3334 15.2 10.3334 15.7334C10.3334 16.2667 22.7334 16.6667 37.8 16.6667H65.1334L64.7334 19.6C64.3334 22.6667 64.2 22.6667 35.8 23.3334L7.13337 24L4.8667 37.3334C3.53337 44.6667 2.0667 52.6667 1.6667 54.9334L0.866699 59.3334H31.1334C65 59.3334 69.8 58.5334 75.6667 51.7334C79 48 79.6667 46 79.6667 40.6667C79.6667 35.4667 79 33.7334 76.4667 31.7334L73.2667 29.2L77.1334 27.0667C82.2 24.1334 84.7334 15.8667 82.3334 10C79.2667 2.53338 75.1334 1.33338 48.3334 0.933378L24.3334 0.533378L17.4 7.60004ZM61.9334 38.8C62.2 39.7334 61.5334 41.3334 60.3334 42.5334C57.2667 45.4667 22.3334 45.7334 22.3334 42.8C22.3334 36.8 23 36.5334 42.7334 36.9334C55.1334 37.2 61.6667 37.8667 61.9334 38.8Z" fill="currentColor"/>
<path d="M94.6 14C88.6 21.3334 83.2667 28.2667 82.8667 29.3334C82.3334 30.5334 86.6 36.6667 93.6667 45.3334L105.4 59.3334H118.867C131.8 59.2 132.2 59.2 129.667 56.9334C115.667 45.2 99.6667 30.6667 99.9334 30C100.2 29.4667 107.4 22.9334 116.067 15.3334C124.6 7.8667 131.667 1.4667 131.667 1.20004C131.667 0.933371 125.8 0.666704 118.733 0.666704L105.667 0.800038L94.6 14Z" fill="currentColor"/>
</svg>
Expand Down
Loading

0 comments on commit eb7d574

Please sign in to comment.