Skip to content

Commit fd0a3c8

Browse files
committed
Remove circular crop and border from logo images
1 parent 4de1cb2 commit fd0a3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<nav class="fixed top-0 left-0 right-0 z-50 border-b border-dark-700/50 bg-dark-950/80 backdrop-blur-md" aria-label="Main navigation">
188188
<div class="mx-auto max-w-6xl px-6 py-4 flex items-center justify-between">
189189
<a href="#hero" class="flex items-center gap-3 group">
190-
<img src="/images/logo.svg" alt="Commit 451 logo" width="36" height="36" class="rounded-full border border-dark-700 group-hover:border-brand-teal transition-colors">
190+
<img src="/images/logo.svg" alt="Commit 451 logo" width="36" height="36" class="transition-transform group-hover:scale-105">
191191
<span class="font-fira font-bold text-lg text-white group-hover:text-brand-teal transition-colors">Commit 451</span>
192192
</a>
193193
<div class="hidden sm:flex items-center gap-8 text-sm font-medium">
@@ -221,7 +221,7 @@
221221
<div class="flex justify-center mb-8">
222222
<div class="relative">
223223
<div class="absolute -inset-2 rounded-full bg-gradient-to-br from-brand-teal to-brand-red opacity-50 blur-xl"></div>
224-
<img src="/images/logo.svg" alt="Commit 451 company logo" width="140" height="140" class="relative rounded-full border-2 border-dark-700">
224+
<img src="/images/logo.svg" alt="Commit 451 company logo" width="140" height="140" class="relative">
225225
</div>
226226
</div>
227227
<h1 class="font-fira text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight text-white">

0 commit comments

Comments
 (0)