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
styles.module.css 344 B
Newer Older
  • Learn to ignore specific revisions
  • .features {
      display: flex;
      align-items: center;
      padding: 2rem 0;
    
      width: 100%;
    }
    
    .featureSvg {
      height: 200px;
      width: 200px;
      border-radius: 50%;
      margin-bottom: 1rem;
    }
    
    .featureElement {
      display: flex;
      flex-direction: column;
      align-items: center;
    
      margin: 12px auto;
    
    }
    
    .featureElement:hover {
      text-decoration: none;
    }