github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/home/style.css (about)

     1  #p-home {
     2    & > section {
     3      padding-top: 100px;
     4      padding-bottom: 100px;
     5    }
     6  
     7    & .use-cases {
     8      padding-top: 128px;
     9      padding-bottom: 64px;
    10  
    11      @media (max-width: 800px) {
    12        padding-top: 88px;
    13      }
    14  
    15      & .g-use-cases {
    16        & .icon {
    17          min-height: 140px;
    18          margin-bottom: 25px;
    19        }
    20      }
    21  
    22      & h2 {
    23        margin: 0;
    24        text-align: center;
    25        margin-bottom: 64px;
    26        @media (max-width: 800px) {
    27          margin-bottom: 48px;
    28        }
    29      }
    30    }
    31  }