|
@@ -7,11 +7,11 @@
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='RemixIcon_Fonts_v2.5.0/fonts/remixicon.css') }}">
|
|
|
<script src="{{ url_for('static', filename='bootstrap-5.3.0-alpha1-dist/js/bootstrap.bundle.js') }}"></script>
|
|
|
</head>
|
|
|
-<body class="bg-secondary">
|
|
|
- <div class="container">
|
|
|
+<body>
|
|
|
+ <div class="container mb-5">
|
|
|
<div class="row mt-5">
|
|
|
<div class="col-12 text-center">
|
|
|
- <h1 class="text-light">ILS Password Manager</h1>
|
|
|
+ <h1>ILS Password Manager</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row mt-5 g-0 shadow bg-white">
|