Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
HomepageFeatures.module.css 654 B
@import url("../css/variables.css");

.featuresSubtitle {
    padding-top: 26px;
}

.tabsElement {
    width: 100%;
    margin-bottom: 48px;
    
}

.tabsElement>li {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    transition: 0.4s;
}

.tabImages {
    width: 360px;
}

.rowDisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.textDisplay {
    padding: 15px;
    width: 25%;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 600px) {
    .textDisplay {
        width: 100%;
        text-align: center;
    }
  }