diff options
| author | martin f. krafft <madduck@madduck.net> | 2023-10-08 22:46:00 +0200 |
|---|---|---|
| committer | martin f. krafft <madduck@madduck.net> | 2023-10-08 22:46:00 +0200 |
| commit | 4c5e61ebd9bc3fa3bc26cec1ad87b0c0f90d666e (patch) | |
| tree | 565e3cc39ac5286af9f1cf40bd34a662224dd2d8 | |
| parent | 56a6ea9eb9da484620e7bdeebda1a0c2e2168587 (diff) | |
simplify col spacing for now
| -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> |
