From c8333ad27c18fc243d93fdd797be7bb82a420435 Mon Sep 17 00:00:00 2001 From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl> Date: Sat, 28 Sep 2024 21:49:57 +0000 Subject: [PATCH] part col fix table --- docs/part-collection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/part-collection.md b/docs/part-collection.md index ba699f8..434fca1 100644 --- a/docs/part-collection.md +++ b/docs/part-collection.md @@ -57,11 +57,11 @@ a:hover { </style> # Parts Collection - <div class="scrollable-table"> + | BioBrick Part | Short Description | Part Type | Sequence | Assembly Compatibility | Designed By | Module | References | |---------------|-------------------|-----------|----------|-----------------------|--------------|--------|------------| -| [Part 1](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) | -| [Part 2](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) | -<!-- Repeat for additional parts --> +| [Part 1](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 5px;">21</span> <span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 5px;">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) | +| [Part 2](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 5px;">21</span> <span style="background-color: #00bf7d; color: white; padding: 5px; border-radius: 5px;">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) | + </div> -- GitLab