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
features.css 609 B
/* FEATURES TABS */

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

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

.tab-images {
    width: 360px;
}

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

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

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