Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 56d9468

Browse files
committed
another attempt at load fix
1 parent 35707e7 commit 56d9468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nil-docs/src/components/HomepageFeatures/styles.module.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.productDescription {
22
width: 100%;
33
display: flex;
4-
flex: column;
4+
flex-direction: column;
55
padding-right: 24px;
66
padding-left: 24px;
77
}
@@ -17,6 +17,7 @@ p {
1717
}
1818

1919
.rowFlex .col {
20+
flex: 1 1 50%;
2021
margin-left: 10px;
2122
margin-right: 10px;
2223
}

0 commit comments

Comments
 (0)