Skip to content

Commit 41c9cd5

Browse files
committed
💥 fix(pages/[lang]/index): card not fully expanding with screen size
1 parent 725809f commit 41c9cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/[lang]/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const tr = useTranslations(Astro.params.lang as never);
5252

5353
.block {
5454
display: block;
55+
width: 100%;
5556
}
5657

5758
.flex {

0 commit comments

Comments
 (0)