12 lines
136 B
CSS
12 lines
136 B
CSS
@import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
|
html,
|
|
body {
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background-color: #f8f9fa;
|
|
}
|