fixes the put
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
.body-container {
|
||||
|
||||
|
||||
.body-container {
|
||||
margin-top: 60px;
|
||||
padding-bottom:40px;
|
||||
}
|
||||
@ -38,5 +40,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
// Your variable overrides
|
||||
$body-bg: #000;
|
||||
$body-color: #111;
|
||||
$theme-colors: (
|
||||
"primary": #0074d9,
|
||||
"danger": #ff4136
|
||||
);
|
||||
|
||||
@import "../lib/bootstrap/scss/bootstrap";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user