Просмотр исходного кода

Added DB and table creation. Started working on getting the functionality working.

Adam Day 2 лет назад
Родитель
Сommit
bf2bc52440
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      templates/auth_layout.html

+ 3 - 3
templates/auth_layout.html

@@ -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">