diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -276,13 +276,16 @@ </header> <div class="row mt-5 justify-content-center"> - <div class="mb-3 col-lg-3"> + <div class="mb-3 col-8"> <div class="form-floating"> <input type="text" class="form-control fw-bold" placeholder="" id="peerName"> <label for="peerName">Projekt- oder Partnername (optional)</label> </div> </div> - <div class="mb-3 col-lg-3"> + + <div class="w-100"></div> + + <div class="mb-3 col-8"> <div class="input-group"> <div class="form-floating"> <input type="text" class="form-control fw-bold" placeholder="" id="roomName"> @@ -296,7 +299,7 @@ <div class="w-100"></div> - <div class="mt-3 fs-5 col-lg-6 text-center"> + <div class="mt-3 fs-5 col-8 text-center"> <div id="output" class="form-floating"> <code> <a id="url" class="url" href='' target="jitsiUrlGenerator"></a> |
