github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/docs/web/src/pages/index.module.css (about)

     1  /**
     2   * CSS files with the .module.css suffix will be treated as CSS modules
     3   * and scoped locally.
     4   */
     5  
     6  .heroBanner {
     7    padding: 8rem 0;
     8    text-align: center;
     9    position: relative;
    10    overflow: hidden;
    11    background: url("/static/img/ox_bg.webp") no-repeat;
    12    background-size: cover;
    13    background-position: center;
    14  }
    15  
    16  .heroBanner img{
    17    width: 280px;
    18  }
    19  
    20  @media screen and (max-width: 966px) {
    21    .heroBanner {
    22      padding: 2rem;
    23    }
    24  }
    25  
    26  .buttons {
    27    display: flex;
    28    align-items: center;
    29    justify-content: center;
    30  }
    31  
    32  footer .container{
    33    text-align: center;
    34  }