Skip to content

Commit ab2e676

Browse files
committed
test grid layout with new kramdown parser.
1 parent 8032669 commit ab2e676

File tree

1 file changed

+42
-32
lines changed

1 file changed

+42
-32
lines changed

README.md

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,3 @@
1-
<style>
2-
3-
.column {
4-
flex-basis: 100%;
5-
}
6-
7-
@media screen and (min-width: 800px) {
8-
.row {
9-
display: flex;
10-
flex-direction: row;
11-
flex-wrap: nowrap;
12-
}
13-
.column {
14-
flex: 1;
15-
}
16-
._25 {
17-
flex: 2.5;
18-
}
19-
._5 {
20-
flex: 5;
21-
}
22-
}
23-
24-
.column {
25-
padding: 15px;
26-
border: 1px solid #666;
27-
margin: 5px 0;
28-
}
29-
30-
</style>
31-
321
# The GraphBLAS
332

343
The GraphBLAS Forum is an open effort to define standard building
@@ -221,7 +190,48 @@ email message to our [mailing list coordinator](mailto:[email protected]).
221190

222191
## The GraphBLAS is supported by the following organizations
223192

224-
<div>
193+
<div class="row">
194+
<div class="column">
195+
<img src="imgs/mit.png"/>
196+
<div/>
197+
<div class="column">
198+
<img src="imgs/mitll.png"/>
199+
<div/>
200+
<div class="column">
201+
<img src="imgs/tamu.png"/>
202+
<div/>
225203
</div>
226204

227205
#### The GraphBLAS logo is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) (designer: Jakab Rokob)
206+
207+
<style>
208+
209+
.column {
210+
flex-basis: 100%;
211+
}
212+
213+
@media screen and (min-width: 800px) {
214+
.row {
215+
display: flex;
216+
flex-direction: row;
217+
flex-wrap: nowrap;
218+
}
219+
.column {
220+
flex: 1;
221+
}
222+
._25 {
223+
flex: 2.5;
224+
}
225+
._5 {
226+
flex: 5;
227+
}
228+
}
229+
230+
.column {
231+
padding: 15px;
232+
border: 1px solid #666;
233+
margin: 5px 0;
234+
}
235+
236+
</style>
237+

0 commit comments

Comments
 (0)