extend use of bootstrap to whole page

This commit is contained in:
2019-10-10 19:57:56 +02:00
parent 07b951ec00
commit 8075bc805a
10 changed files with 96 additions and 217 deletions

View File

@@ -19,6 +19,6 @@
</script>
</head>
<body>
<div id="container"></div>
<div id="container" class="container px-3 pt-3 m-0 d-flex flex-column"></div>
</body>
</html>