changeset 364a53fdda62 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=364a53fdda62
description:
Replace jumbotron with padding
The jumbotron has been removed in bootstrap 5 as it can be replicated
using classes for padding and rounded corners.
issue11150
review360791003
diffstat:
templates/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e9142f9b1590 -r 364a53fdda62 templates/index.html
--- a/templates/index.html Tue Jan 25 15:51:16 2022 +0000
+++ b/templates/index.html Tue Jan 25 15:52:05 2022 +0000
@@ -266,7 +266,7 @@
<section class="section-bottom" id="events">
<div class="container">
- <div class="jumbotron bg-primary">
+ <div class="p-5 rounded bg-primary">
<div class="row">
<div class="col-lg-6">
<div class="row">