github.com/Jeffail/benthos/v3@v3.65.0/website/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: 4rem 0;
     8    text-align: center;
     9    position: relative;
    10    overflow: hidden;
    11  }
    12  
    13  @media screen and (max-width: 966px) {
    14    .heroBanner {
    15      padding: 2rem;
    16    }
    17  }
    18  
    19  .buttons {
    20    display: flex;
    21    align-items: center;
    22    justify-content: center;
    23  }
    24  
    25  .features {
    26    display: flex;
    27    align-items: center;
    28    padding: 2rem 0;
    29    width: 100%;
    30  }
    31  
    32  .featureImage {
    33    height: 180px;
    34  }
    35  
    36  .heroImg {
    37    height: 200px;
    38    margin: 10px 0;
    39  }
    40  
    41  .configSnippet {
    42    font-size: 10pt !important;
    43  }
    44  
    45  .configSnippets {
    46    margin: 10px 0;
    47  }
    48  
    49  .pitch {
    50    margin: 40px 0;
    51  }
    52  
    53  .loveSection {
    54    padding: 40px 0;
    55    background-color: #602541;
    56  
    57    --ifm-heading-color: #ffffff;
    58  }
    59  
    60  .loveSectionPlea {
    61    text-align: center;
    62  }
    63  
    64  .loveImg {
    65    height: 200px;
    66  }
    67  
    68  .meltwaterImg {
    69    height: 60px;
    70    padding: 10px;
    71  }
    72  
    73  .humanImg {
    74    height: 60px;
    75    padding: 5px 10px;
    76  }
    77  
    78  .infosumImg {
    79    height: 70px;
    80    padding: 10px;
    81  }
    82  
    83  .communityImg {
    84    height: 70px;
    85    padding: 10px;
    86  }
    87  
    88  .optumImg {
    89    height: 80px;
    90    padding: 10px;
    91  }
    92  
    93  .auroraImg {
    94    height: 75px;
    95  }
    96  
    97  .rudderstackImg {
    98    height: 30px;
    99    padding: 0 10px;
   100    margin: 10px 0;
   101  }
   102  
   103  .wildbitImg {
   104    height: 45px;
   105    margin: 10px 0;
   106  }