Skip to content

Commit ab044ad

Browse files
fix: chrome mobile rendering (#137)
1 parent 858edae commit ab044ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/root/aboutUs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export default function AboutUs() {
134134
.grid-container {
135135
--grid: 3rem;
136136
}
137+
.grid-container .plane {
138+
min-height: 40rem;
139+
}
137140
}
138141
139142
.layers {

0 commit comments

Comments
 (0)