Mercurial > prosody-modules
diff mod_welcome_page/html/index.html @ 4202:af93644dd5de
mod_welcome_page/html: Containerize the Jumbotron!
This makes the jumbotron not take up the whole screen, if the screen is
large-ish.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 14 Oct 2020 17:58:22 +0200 |
parents | e92441e8bda0 |
children |
line wrap: on
line diff
--- a/mod_welcome_page/html/index.html Wed Oct 14 16:49:00 2020 +0100 +++ b/mod_welcome_page/html/index.html Wed Oct 14 17:58:22 2020 +0200 @@ -30,6 +30,7 @@ <body> <div id="background" class="fixed-top overflow-hidden"></div> + <div class="container"> <div class="jumbotron m-md-3"> <h1 class="display-4">{site_name}</h1> <p class="lead">Welcome to our chat service</p> @@ -50,6 +51,7 @@ {var.webchat&<p class="pt-2">Already have an account here? <a href="{var.webchat}">Log in via the web chat</a></p>} </div> + </div> <script src="/share/jquery/jquery.min.js"></script> <script src="/share/bootstrap4/js/bootstrap.min.js"></script>