From e2676ddb655badcdb14fc1320fdc613ef3e6cdae Mon Sep 17 00:00:00 2001 From: Varun <92srva1mst@hft-stuttgart.de> Date: Tue, 14 Apr 2020 14:21:26 +0200 Subject: [PATCH] changed the size of headings --- views/DE/project/project.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/DE/project/project.html b/views/DE/project/project.html index ac3137df..f8818fcf 100644 --- a/views/DE/project/project.html +++ b/views/DE/project/project.html @@ -12,14 +12,14 @@ <!-- link: Gitlab Projekte / Gitlab project list --> - <h2> Direkteinstieg </h2> + <h2><small> Direkteinstieg </small></h2> <a href="https://transfer.hft-stuttgart.de/gitlab/explore/projects"> <i class="fas fa-chevron-right">Gitlab Projects</i></a> <!-- text: Hilfestellung zu Gitlab / short help about Gitlab --> <hr /> - <h2>Hilfestellung zu GitLab</h2> + <h2><small>Hilfestellung zu GitLab</small></h2> <br /> @@ -28,7 +28,7 @@ <div class="card-header"> <h3 class="card-title"> <a class="collapsed" data-toggle="collapse" href="#collapse1" aria-expanded="false" aria-controls="collapse1"> - Möchten Sie die Projektinhalte ansehen oder herunterladen?</a> + <small>Möchten Sie die Projektinhalte ansehen oder herunterladen?</small></a> </h3> </div> <div id="collapse1" class="card-body collapse"> @@ -47,7 +47,7 @@ <div class="card-header"> <h3 class="card-title"> <a class="collapsed" data-toggle="collapse" href="#collapse2" aria-expanded="false" aria-controls="collapse2"> - Möchten Sie zu einem Projekt beitragen?</a> + <small>Möchten Sie zu einem Projekt beitragen?</small></a> </h3> </div> <div id="collapse2" class="card-body collapse"> @@ -88,7 +88,7 @@ <div class="card-header"> <h3 class="card-title"> <a class="collapsed" data-toggle="collapse" href="#collapse3" aria-expanded="false" aria-controls="collapse3"> - Möchten Sie selbst ein Projekt anlegen, um es der Öffentlichkeit bereitzustellen?</a> + <small>Möchten Sie selbst ein Projekt anlegen, um es der Öffentlichkeit bereitzustellen?</small></a> </h3> </div> <div id="collapse3" class="card-body collapse"> -- GitLab