Skip to content

Commit 89357cf

Browse files
committed
fix: center logo above Python Catania title on homepage
1 parent d79aeeb commit 89357cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/py-catania/py-catania.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/>
1212
</div>
1313
<div class="flex w-full flex-col items-center gap-4 text-center md:w-1/2 md:items-start md:text-left">
14-
<div class="py-16">
14+
<div class="flex flex-col items-center py-16 md:items-start">
1515
<img ngSrc="/images/pythoncatania.svg" alt="Python Catania logo" height="96" width="96" />
1616
<hgroup>
1717
<h1>{{ 'hero.title' | transloco }}</h1>

0 commit comments

Comments
 (0)