Sindbad~EG File Manager

Current Path : /home/julesbu/www/wp-content/themes/Jules_Belamy/styles/global/
Upload File :
Current File : /home/julesbu/www/wp-content/themes/Jules_Belamy/styles/global/footer.scss

.footer {
  background: linear-gradient(360deg, #7209b5 -83.05%, #560bab 100%);
  padding: 48px 0px;

  @media (max-width: 768px) {
    // padding: 32px 16px;
  }
  .footer_container {
    display: flex;
    justify-content: space-between;

    @media (max-width: 768px) {
      flex-direction: column;
    }
    .footer_image {
      width: 100%;
      max-width: 64px;

      img {
        width: 100%;
        object-fit: cover;
      }
    }

    .footer_title {
      font-size: 26px;
      font-weight: 700;
      font-family: var(--fontRedHat);
      color: var(--purple300);
      line-height: 31.2px;
    }

    .footer_subtitle {
      font-size: 12px;
      font-weight: 400;
      font-family: var(--fontRedHat);
      color: var(--purple300);
      line-height: 14.4px;
      text-transform: uppercase;
    }

    .footer_links {
      @media (max-width: 768px) {
        flex-direction: column;
        padding: 0;
        gap: 24px;
      }
      li {
        list-style: none;
        a {
          text-decoration: none;

          &:hover {
            color: var(--white);
          }
        }
      }

      .footer_icon-container {
        width: 32px;
        height: 32px;
        background: var(--neutre50);
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;

        img {
          width: 100%;
          max-width: 24px;
          margin: 0 auto;
        }
      }
    }
  }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists