deedrop1140 commited on
Commit
c8cb2e2
·
verified ·
1 Parent(s): 076be4c

Update templates/layout.html

Browse files
Files changed (1) hide show
  1. templates/layout.html +3 -2
templates/layout.html CHANGED
@@ -204,7 +204,7 @@
204
  </div>
205
 
206
  <!-- ===== MAIN CONTENT ===== -->
207
- <div class="main-content">
208
  {% block content %}{% endblock %}
209
  </div>
210
 
@@ -359,7 +359,7 @@ document.addEventListener("DOMContentLoaded", () => {
359
 
360
  <!-- ===== FOOTER ===== -->
361
  <footer class="bg-gray-900 text-gray-300 mt-12">
362
- <div class="max-w-7xl mx-auto px-6 py-6 flex flex-col md:flex-row justify-between items-center text-sm">
363
 
364
  <p class="mb-3 md:mb-0">
365
  © 2026 Machine Learning Algorithms Platform
@@ -378,5 +378,6 @@ document.addEventListener("DOMContentLoaded", () => {
378
 
379
 
380
 
 
381
  </body>
382
  </html>
 
204
  </div>
205
 
206
  <!-- ===== MAIN CONTENT ===== -->
207
+ <div class="main-content flex-1">
208
  {% block content %}{% endblock %}
209
  </div>
210
 
 
359
 
360
  <!-- ===== FOOTER ===== -->
361
  <footer class="bg-gray-900 text-gray-300 mt-12">
362
+ <div class="ml-[280px] max-w-full px-6 py-6 flex flex-col md:flex-row justify-between items-center text-sm">
363
 
364
  <p class="mb-3 md:mb-0">
365
  © 2026 Machine Learning Algorithms Platform
 
378
 
379
 
380
 
381
+
382
  </body>
383
  </html>