Refactor layout and styling: update HTML structure and apply Bootstrap for improved responsiveness

This commit is contained in:
Cédric OLIVIER
2026-05-22 19:06:46 +02:00
parent 8bd2b4853f
commit f6203d41b8
17 changed files with 203 additions and 984 deletions
+10 -2
View File
@@ -1,3 +1,11 @@
/* You can add global styles to this file, and also import other style files */
@import 'bootstrap/dist/css/bootstrap.min.css';
@import 'tailwindcss';
html,
body {
min-height: 100%;
}
body {
margin: 0;
background-color: #f8f9fa;
}