font-size: 100%; }
body {
- background: url(../assets/bkgrd-image.jpg) no-repeat bottom center fixed;
+ background: url(../assets/bkgrd-image.jpg) no-repeat center center fixed;
color: #000000;
cursor: auto;
font-family: "Open Sans", sans-serif;
$info-color: #a0d3e8;
// We use these to control various global styles
- $body-bg: url(../assets/bkgrd-image.jpg) no-repeat bottom center fixed;
+ $body-bg: url(../assets/bkgrd-image.jpg) no-repeat center center fixed;
$body-font-color: $black;
$body-font-family: $font-family-sans-serif;
$body-font-weight: $font-weight-normal;