From bbc9c645165aa6de74b60d87442dae0927be9c9c Mon Sep 17 00:00:00 2001 From: Varun Srivastava <92srva1mst@hft-stuttgart.de> Date: Fri, 4 Dec 2020 18:19:29 +0100 Subject: [PATCH] alignment issue fix --- videoconference.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/videoconference.html b/videoconference.html index f9ba526..a68758f 100644 --- a/videoconference.html +++ b/videoconference.html @@ -42,7 +42,7 @@ <div class="container"> <div class="row flex-row justify-content-start align-items-start align-content-stretch align-self-stretch flex-wrap align-items-lg-start"> - <div class="col-auto col-md-6 col-lg-6 text-center flex-column" + <div class="col-md-6 text-center d-flex flex-column justify-content-center align-items-md-center" style="padding-right: 5px;padding-left: 0px;margin-top: 15px;"> <h2 class="text-center" style="color: #708090;"><strong>Jitsi</strong><br></h2> <p class="text-center"><strong>Für alle Nutzer des Portals</strong><br><br></p> @@ -77,7 +77,7 @@ </ul><a class="btn btn-primary text-center flex-grow-1 flex-shrink-1 flex-fill justify-content-center" role="button" style="background-color: rgb(228,228,228);color: rgb(89,89,89);padding-bottom: 6px;width: 309px;margin-right: 0;margin-bottom: 15px;" href="#AdobeConnect_Text"><strong>Mehr Infos zu Adobe Connect</strong><i class="fa fa-arrow-down d-lg-flex justify-content-lg-center"></i></a><a class="btn btn-primary text-center align-self-center mx-auto" role="button" style="background-color: #E0001B;width: 309px;" href="https://webconf.vc.dfn.de/dfnvc/disco/index.html?entityID=https%3A%2F%2Fwebconf.vc.dfn.de%2Fshibboleth&return=https%3A%2F%2Fwebconf.vc.dfn.de%2FShibboleth.sso%2FLogin%3FSAMLDS%3D1%26target%3Dss%253Amem%253A91a559f6fe23a4cf2047736a346176afdde2eee7c554b2fb1cddbc35aea5aec6"><strong>Zugang über DFNconf</strong></a></div> --> - <div class="col-lg-4 text-center d-flex flex-column justify-content-center align-items-md-center" + <div class="col-md-6 text-center d-flex flex-column justify-content-center align-items-md-center" style="padding: 0;margin: 0;margin-right: 0px;margin-left: 0px;padding-right: 0px;padding-left: 5px;margin-top: 15px;"> <h2 class="text-center" style="color: #708090;"><strong>GoToMeeting</strong><br></h2> <p class="text-center"><strong>Für Mitglieder der HFT</strong><br><br></p> -- GitLab