Skip to content

Commit 556d5fd

Browse files
committed
Adding flex instructions to .cn homepage
Signed-off-by: Jimmy McArthur <[email protected]>
1 parent 48cbb2b commit 556d5fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

openstack.cn/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,20 @@
236236
max-width: 50%;
237237
min-width: 50%; } }
238238

239+
.row-eq-height {
240+
display: -webkit-box;
241+
display: -webkit-flex;
242+
display: -ms-flexbox;
243+
display: flex;
244+
flex-wrap: wrap; }
245+
246+
.row-eq-height > [class*='col-'] {
247+
display: flex;
248+
flex-direction: column;
249+
-webkit-flex: 1 1 15em; }
250+
251+
.row-eq-height .item {
252+
height: 100%; }
239253

240254
</style>
241255
</head>

0 commit comments

Comments
 (0)