Skip to content

Commit fbdf3bb

Browse files
committed
Update resources.md
1 parent 0a49b25 commit fbdf3bb

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

resources.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ layout: page
33
title: Resources
44
---
55

6+
<style>
7+
/* Default (desktop) = 3 columns */
8+
.software table td {
9+
width: 33.33%;
10+
}
11+
12+
/* Tablet */
13+
@media screen and (max-width: 900px) {
14+
.software table td {
15+
width: 50%;
16+
}
17+
}
18+
19+
/* Mobile */
20+
@media screen and (max-width: 600px) {
21+
.software table td {
22+
display: block;
23+
width: 100%;
24+
}
25+
26+
.software table tr {
27+
display: block;
28+
margin-bottom: 10px;
29+
}
30+
}
31+
</style>
32+
633
Here you will find cutting-edge technologies and resources developed by the Birol Lab to empower researchers in genomics, bioinformatics, life sciences and medical research and designed to streamline *big data* analysis, enhance data interpretation, and accelerate scientific discovery.
734

835
<div class="col software">

0 commit comments

Comments
 (0)