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 197 B
Newer Older
  • Learn to ignore specific revisions
  • .wholeCard {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 1rem;
    }
    
    p {
      text-align: center;
      max-width: 680px;
    }
    
    img {
      width: 140px;
      border-radius: 100px;
    }