From 700dff051dbc7ffdd859dcb3fc40e7fcd1246f9f Mon Sep 17 00:00:00 2001 From: Natasha Nunez <n.nunez@student.maastrichtuniversity.nl> Date: Sun, 29 Sep 2024 17:00:55 +0000 Subject: [PATCH] vid title margin upd --- docs/.vuepress/components/HumanPractices.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/components/HumanPractices.vue b/docs/.vuepress/components/HumanPractices.vue index b64ec1c..5548aa0 100644 --- a/docs/.vuepress/components/HumanPractices.vue +++ b/docs/.vuepress/components/HumanPractices.vue @@ -102,7 +102,7 @@ </p> <!-- Chamber System Video --> <div style="text-align: center;"> - <h4 style="color: #396d7e;"> <b>Video 1.</b> Natronaut's 3D Chamber System Model.</h4> + <h4 style="color: #396d7e; margin-bottom: 5px;"> <b>Video 1.</b> Natronaut's 3D Chamber System Model.</h4> <figure style="margin: 0; display: block; text-align: center;"> <div style="border-radius: 15px; overflow: hidden;"> <iframe title="MSP-Maastricht: Natronaut Chamber System 3D Model (2024)" @@ -195,7 +195,7 @@ <!-- Day in the life video 1 --> <div style="text-align: center;"> - <h4 style="color: #396d7e;"><b>Video 2.</b> Day in the Life of an iGEM Member: Dry Lab</h4> + <h4 style="color: #396d7e; margin-bottom: 5px;"><b>Video 2.</b> Day in the Life of an iGEM Member: Dry Lab</h4> <figure style="margin: 0; display: block; text-align: center;"> <div style="border-radius: 15px; overflow: hidden;"> <iframe title="MSP-Maastricht: Day in the Life of iGEM - Dry Lab (2024) [English]" @@ -221,7 +221,7 @@ <!-- Day in the life video 2 --> <div style="text-align: center;"> - <h4 style="color: #396d7e;"><b>Video 3.</b> Day in the Life of an iGEM Member: Wet Lab</h4> + <h4 style="color: #396d7e; margin-bottom: 5px;"><b>Video 3.</b> Day in the Life of an iGEM Member: Wet Lab</h4> <figure style="margin: 0; display: block; text-align: center;"> <div style="border-radius: 15px; overflow: hidden;"> <iframe title="MSP-Maastricht: Day in the Life of iGEM - Wet Lab (2024) [English]" -- GitLab