{% comment %} This is to be moved to separate CSS file after feature is accepted {% endcomment %}
<style>
.index-box-container {
display: flex;
flex-wrap: wrap;
}
.index-box {
width: 38%;
margin-right: 4%;
padding: 10px 20px 0px 20px;
border: solid 2px #efefef;
margin-bottom: min(35px, 5%);
border-radius: 0 0 15px 15px;
border-top: solid 5px #4085e4;
}
@media (max-width: 800px) {
.index-box {
width: 100%;
margin-right: 0;
}
}
.index-box:hover {
/* border-color: #60a5f4; */
border-color: #ddd;
border-top: solid 5px #4085ef;
}
.index-box > h3 {
font-size: 20pt;
color: #444;
margin-block-end: 10px;
border-bottom: solid 1px #e8e8e8;
}
.index-box > ul {
margin-block-end: 12px;
}
</style>
# LCSB How-to Cards
The Bioinformatics Core and Lab Support teams assist researchers from the Luxembourg Centre for Systems Biomedicine ([LCSB](https://www.uni.lu/lcsb)) with the organization, management, and curation of research data through its R3 initiative.
...
...
@@ -13,31 +59,50 @@ The How-to cards are intended to provide practical guidance in implementing Data