index.css 168 B

123456789
  1. .min-vh-75
  2. {
  3. min-height: 75vh !important;
  4. }
  5. .background
  6. {
  7. background: url('/static/uploads/background.jpg') no-repeat center center fixed; background-size: cover;
  8. }