feat(ui): increase logo by reducing viewbox

This commit is contained in:
Edouard Vanbelle
2026-05-19 17:52:00 +02:00
parent e2e9aedd80
commit 623773f5e3
+1 -1
View File
@@ -64,7 +64,7 @@
<a href="/" class="logo-container">
<div class="logo">
<svg viewBox="0 0 500 500">
<svg viewBox="120 120 280 280">
<path d="M345 310c32 0 58-26 58-58s-26-58-58-58c-6.2 0-12 0.9-17.5 2.7C318 166 289 143 255 143c-34.3 0-63.1 22.6-73 53.7C176.9 195.7 171 195 165 195c-32 0-58 26-58 58s26 58 58 58h180z" fill="#fff"/>
</svg>
</div>