Skip to content
Snippets Groups Projects
Select Git revision
  • 896ae65606405025e2d6e636aee36fc47527ec4c
  • master default
2 results

composer.lock

Blame
  • info.scss 651 B
    .info {
    
      .social-networks {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    
        a {
          flex-grow: 1;
          width: 33%;
          height: 100px;
          text-align: center;
          text-decoration: none;
    
          img {
            width: auto;
            height: 60px;
            margin-top: 6px;
          }
    
          p {
            font-family: "OspDin";
            font-size: 18px;
            color: $blackColor;
          }
        }
      }
    
      .content {
        font-family: "SF-UI-Display";
        font-size: 17px;
        color: $blackColor;
        text-align: justify;
        padding: 0 10px;
      }
    }
    
    .info-section {
      margin-bottom: 10px !important;
    }