Skip to content

Commit fc1508d

Browse files
committed
fix width
1 parent 4462f97 commit fc1508d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/profile/profile.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="flex min-w-0 flex-col" *transloco="let t">
2-
<div class="bg-card relative flex h-16 w-full max-w-360 items-center justify-center border-b">
2+
<div class="bg-card relative flex h-16 w-full items-center justify-center border-b">
33
<seed-horizontal-navigation name="profileNavigation" [navigation]="navigation"></seed-horizontal-navigation>
44
</div>
55
</div>

0 commit comments

Comments
 (0)