fixes the put

This commit is contained in:
Paul Schneider
2021-08-10 00:10:26 +01:00
parent e356636539
commit fff4599ff4
8 changed files with 123 additions and 17 deletions

View File

@ -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";