Skip to content

Commit 8a55da4

Browse files
committed
Update resources.md
1 parent e66c116 commit 8a55da4

1 file changed

Lines changed: 0 additions & 46 deletions

File tree

resources.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,6 @@ 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-
22-
/* Default desktop */
23-
.software table {
24-
width: 100%;
25-
border-collapse: collapse;
26-
}
27-
28-
/* Mobile fix */
29-
@media screen and (max-width: 700px) {
30-
31-
.software table,
32-
.software tbody,
33-
.software tr,
34-
.software td {
35-
display: block;
36-
width: 100%;
37-
}
38-
39-
.software tr {
40-
margin-bottom: 20px;
41-
}
42-
43-
.software td {
44-
text-align: center;
45-
padding: 10px 0;
46-
}
47-
}
48-
49-
}
50-
</style>
51-
526
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.
537

548
<div class="col software">

0 commit comments

Comments
 (0)