changeset 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 41d42e4f5784
children c4002aae4ad3
files mod_welcome_page/html/index.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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>