Skip to content

Commit a5b009b

Browse files
fix typo in grid template
1 parent cee68bc commit a5b009b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/_home/components/FlexibleIdentity/FlexibleIdentitySection.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ import Image from "astro/components/Image.astro";
153153
width: 100%;
154154
display: grid;
155155
grid-template-columns: 1fr 1fr;
156-
grid-row: auto auto;
156+
grid-template-rows: auto auto;
157157
gap: 30px;
158158
justify-content: center;
159159

@@ -163,7 +163,7 @@ import Image from "astro/components/Image.astro";
163163

164164
@include break-up(md) {
165165
grid-template-columns: 133px 163px;
166-
grid-row: auto auto;
166+
grid-template-rows: auto auto;
167167
column-gap: 86px;
168168
row-gap: 86px;
169169
}

0 commit comments

Comments
 (0)