Broker System for Supercredit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
412B

  1. .container.outer{
  2. width:100%;
  3. max-width:100vw;
  4. background: url('/assets/img/body_bg.jpg') no-repeat center center fixed;
  5. -webkit-background-size: cover;
  6. -moz-background-size: cover;
  7. -o-background-size: cover;
  8. background-size: cover;
  9. opacity:0.98;
  10. }
  11. .container.inner {
  12. width: 99%;
  13. min-height: calc(100vh - 48px);
  14. /* background-color:chartreuse; */
  15. }