From f8fb04cbd691760a0216a1bcbcd4257e83055cf7 Mon Sep 17 00:00:00 2001 From: Roland Bernard <rolbernard@unibz.it> Date: Mon, 5 Apr 2021 13:44:20 +0200 Subject: [PATCH] Increased size between sections --- src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index b6dc51d..87f11d1 100644 --- a/src/index.html +++ b/src/index.html @@ -129,12 +129,13 @@ </tr> </table> </section> + <br><br><br><br> <section class="team-section" id="team"> <h2>Our Team</h2> <p> People are what makes a project great, and here are the people that make us great. - </p> + </p><br><br> <table width="100%" cellpadding="10"> <tr> <td rowspan="3" align="center" valign="top" width="15%"> @@ -169,6 +170,7 @@ </td></tr> </table> </section> + <br><br><br><br> <section class="contact-form" id="contact"> <h2>Get in touch</h2> <p> -- GitLab