Refactor layout and styling: update HTML structure and apply Bootstrap for improved responsiveness
This commit is contained in:
+10
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user